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.
2 parents 2542f8f + eaa77fa commit 23796a7Copy full SHA for 23796a7
.bumpversion.cfg
@@ -4,8 +4,8 @@ commit = True
4
tag = True
5
6
[bumpversion:file:setup.py]
7
-search = version={current_version}
8
-replace = version={new_version}
+search = version="{current_version}"
+replace = version="{new_version}"
9
10
[bumpversion:file:docs/conf.py]
11
search = version = release = "{current_version}"
0 commit comments