diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index 0e9ee7c4..5caf8ada 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,2 +1,2 @@ """It's the version""" -__version__ = "23.11.12.1" +__version__ = "23.11.13" diff --git a/pyproject.toml b/pyproject.toml index f5247150..9477eee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "23.11.12.1" +version = "23.11.13" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"