diff --git a/home/__init__.py b/home/__init__.py index fd7e56f..7261291 100644 --- a/home/__init__.py +++ b/home/__init__.py @@ -1 +1 @@ -__version__ = "v24.12.1" +__version__ = "v25.01.0" diff --git a/setup.cfg b/setup.cfg index 29be6e4..40f5ad4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ ignore = E203 [bumpver] -current_version = "v24.12.1" +current_version = "v25.01.0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}." commit = True