diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8ff5a5f..0539dd2 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,7 +3,7 @@ commit = True message = Bump version {current_version} to {new_version} tag = True tag_name = {new_version} -current_version = 3.11.1 +current_version = 3.11.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? serialize = {major}.{minor}.{patch} diff --git a/icepap/__init__.py b/icepap/__init__.py index e037d8b..b410a30 100755 --- a/icepap/__init__.py +++ b/icepap/__init__.py @@ -19,4 +19,4 @@ # The version is updated automatically with bumpversion # Do not update manually -version = '3.11.1' +version = '3.11.2' diff --git a/setup.py b/setup.py index 2aefa7c..6f7646d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # The version is updated automatically with bumpversion # Do not update manually -__version = '3.11.1' +__version = '3.11.2' # windows installer: # python setup.py bdist_wininst