diff --git a/memorydelaysmtphandler/memorydelaysmtphandler.py b/memorydelaysmtphandler/memorydelaysmtphandler.py index cef1fc2..04692f4 100644 --- a/memorydelaysmtphandler/memorydelaysmtphandler.py +++ b/memorydelaysmtphandler/memorydelaysmtphandler.py @@ -8,7 +8,7 @@ __author__ = "void127001" __status__ = "production" -__version__ = "1.0.0" +__version__ = "1.0.1" __date__ = "27 August 2024" __license__ = "LGPLv2.1" diff --git a/pyproject.toml b/pyproject.toml index 1048ef8..bd6916b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "memorydelaysmtphandler" -version = "1.0.0" +version = "1.0.1" authors = [ { name="void127001" }, ] diff --git a/test/test_memorydelaysmtphandler.py b/test/test_memorydelaysmtphandler.py index 33acf07..1a9aa6d 100644 --- a/test/test_memorydelaysmtphandler.py +++ b/test/test_memorydelaysmtphandler.py @@ -11,7 +11,7 @@ import io, time __author__ = "void127001" -__version__ = "1.0.0" +__version__ = "1.0.1" __date__ = "27 August 2024"