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 e120de2 commit 3271720Copy full SHA for 3271720
.bumpversion.cfg
@@ -0,0 +1,8 @@
1
+[bumpversion]
2
+commit = True
3
+tag = False
4
+message = Bump version: {current_version} → {new_version}
5
+
6
+[bumpversion:file:setup.py]
7
+search='{current_version}'
8
+replace='{new_version}'
0 commit comments