diff --git a/pyproject.toml b/pyproject.toml index a5647a1..21ec0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ select = ["E", "F", "I"] [tool.bumpver] -current_version = "2023.15" +current_version = "2023.16" version_pattern = "YYYY.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/trojstenid/__init__.py b/trojstenid/__init__.py index 9772318..9a86d32 100644 --- a/trojstenid/__init__.py +++ b/trojstenid/__init__.py @@ -1 +1 @@ -VERSION = "2023.15" +VERSION = "2023.16"