diff --git a/setup.cfg b/setup.cfg index e233b0d..2589a34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ extend-ignore = E203 profile = black [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/sortiment/sortiment/__init__.py b/sortiment/sortiment/__init__.py index b2cd6a5..9700902 100644 --- a/sortiment/sortiment/__init__.py +++ b/sortiment/sortiment/__init__.py @@ -1 +1 @@ -VERSION = "2024.2" +VERSION = "2024.3"