diff --git a/pyproject.toml b/pyproject.toml index e70f14a..841f228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ select = ["E", "F", "I"] [tool.bumpver] -current_version = "2024.2" +current_version = "2024.3" 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 b2cd6a5..9700902 100644 --- a/trojstenid/__init__.py +++ b/trojstenid/__init__.py @@ -1 +1 @@ -VERSION = "2024.2" +VERSION = "2024.3"