We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74b9e6 commit b6f4c87Copy full SHA for b6f4c87
.bumpversion.cfg
@@ -0,0 +1,12 @@
1
+[bumpversion]
2
+current_version = 1.0.22
3
+commit = True
4
+message = Update version {current_version} -> {new_version}
5
+
6
+[bumpversion:file:ibm_secrets_manager_sdk/version.py]
7
+search = __version__ = '{current_version}'
8
+replace = __version__ = '{new_version}'
9
10
+[bumpversion:file:setup.py]
11
12
0 commit comments