Skip to content

Commit

Permalink
Update version 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 8, 2022
1 parent ac73f73 commit b2525a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.2.1
commit = True
message = Update version {current_version} -> {new_version}

Expand All @@ -9,4 +9,4 @@ replace = __version__ = '{new_version}'

[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}
replace = {new_version}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Cloud Python SDK Version 2.2.0
# IBM Cloud Python SDK Version 2.2.1

# keyprotect-python-client

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md", "r") as rfh:
long_description = rfh.read()

__version__ = '2.2.0'
__version__ = '2.2.1'

setuptools.setup(
name = "keyprotect",
Expand Down

0 comments on commit b2525a4

Please sign in to comment.