Skip to content

Commit

Permalink
Bump version 3.11.1 to 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhomspuron committed Aug 26, 2024
1 parent 3a77117 commit 3b8e271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion icepap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

# The version is updated automatically with bumpversion
# Do not update manually
version = '3.11.1'
version = '3.11.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b8e271

Please sign in to comment.