Skip to content

Commit 180667d

Browse files
committed
V6.0.3
1 parent e66e91d commit 180667d

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
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 = "ddcsoftwares@proton.me"},
23+
{name = "Daniel Costa", email = "daniel@ddcsoftwares.com"},
2424
]
2525
maintainers = [
2626
{name = "Daniel Costa"},
@@ -53,8 +53,8 @@ dependencies = [
5353
dev = [
5454
"psutil>=7.2.2",
5555
"pytest-cov>=7.0.0",
56-
"poethepoet>=0.41.0",
57-
"ruff>=0.15.1",
56+
"poethepoet>=0.42.0",
57+
"ruff>=0.15.2",
5858
]
5959

6060
[tool.poe.tasks]

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__ = "ddcsoftwares@proton.me"
19+
__email__ = "daniel@ddcsoftwares.com"
2020
__license__ = "MIT"
2121
__copyright__ = "Copyright 2024-present DDC Softwares"
2222
__version__ = version(__title__)

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)