diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0621ffa..0bda1f2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,7 @@ -# v0.3.0 +# v0.4.0 +- **[BUGFIX]** Fixed publish with the lowest supported python version + +# v0.3.0 [NOT PUBLISHED] - **[FEATURE]** Added Python 3.10 support - **[FEATURE]** Added Python 3.12 support - **[DOC]** Added Release Notes diff --git a/pyproject.toml b/pyproject.toml index d539fb3..8a54dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "uglylogger" # Required -version = "0.3.0" # Required +version = "0.4.0" # Required description = "An ugly, slow Logger class for python" # Optional readme = "README.md" # Optional requires-python = ">=3.10"