Skip to content

Commit b6f4c87

Browse files
author
yuval-shlomo-dekel
committed
add bumpversion
1 parent d74b9e6 commit b6f4c87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.bumpversion.cfg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
search = __version__ = '{current_version}'
12+
replace = __version__ = '{new_version}'

0 commit comments

Comments
 (0)