diff --git a/pyproject.toml b/pyproject.toml index 6ff4426..bcbe0c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ select = ["E", "F", "I"] [tool.bumpver] -current_version = "2024.8" +current_version = "2024.11" version_pattern = "YYYY.INC1" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/trojstenid/__init__.py b/trojstenid/__init__.py index eaccade..db8516f 100644 --- a/trojstenid/__init__.py +++ b/trojstenid/__init__.py @@ -1 +1 @@ -VERSION = "2024.8" +VERSION = "2024.11"