diff --git a/home/__init__.py b/home/__init__.py index 57b4572..06491b2 100644 --- a/home/__init__.py +++ b/home/__init__.py @@ -1 +1 @@ -__version__ = "v24.09.0" +__version__ = "v24.12.0" diff --git a/setup.cfg b/setup.cfg index 50da88d..8c6b330 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ ignore = E203 [bumpver] -current_version = "v24.09.0" +current_version = "v24.12.0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True