diff --git a/pyproject.toml b/pyproject.toml index 92311ed..0dff7a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api" select = ["E4", "E7", "E9", "F", "I", "N", "DJ", "T20", "Q"] [tool.bumpver] -current_version = "2024.10" +current_version = "2024.11" version_pattern = "YYYY.INC1" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/sortiment/sortiment/__init__.py b/sortiment/sortiment/__init__.py index 965ec91..db8516f 100644 --- a/sortiment/sortiment/__init__.py +++ b/sortiment/sortiment/__init__.py @@ -1 +1 @@ -VERSION = "2024.10" +VERSION = "2024.11"