Skip to content

Commit bba3fa5

Browse files
authored
V6.0.2 (#26)
Co-authored-by: ddc <ddc@users.noreply.github.com>
1 parent 50cb741 commit bba3fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ urls.Homepage = "https://pypi.org/project/pythonLogs"
2020
license = {text = "MIT"}
2121
readme = "README.md"
2222
authors = [
23-
{name = "Daniel Costa", email = "danieldcsta@gmail.com"},
23+
{name = "Daniel Costa", email = "ddcsoftwares@proton.me"},
2424
]
2525
maintainers = [
2626
{name = "Daniel Costa"},

pythonLogs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__title__ = "pythonLogs"
1818
__author__ = "Daniel Costa"
19-
__email__ = "danieldcsta@gmail.com"
19+
__email__ = "ddcsoftwares@proton.me"
2020
__license__ = "MIT"
2121
__copyright__ = "Copyright 2024-present DDC Softwares"
2222
__version__ = version(__title__)

0 commit comments

Comments
 (0)