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 c7440d2 commit 128d720Copy full SHA for 128d720
.bumpversion.cfg
@@ -3,9 +3,9 @@ current_version = 0.1.8
3
commit = True
4
tag = True
5
6
-[bumpversion:file:setup.py]
7
-search = VERSION = "{current_version}"
8
-replace = VERSION = "{new_version}"
+[bumpversion:file:pyproject.toml]
+search = version = "{current_version}"
+replace = version = "{new_version}"
9
10
[bumpversion:file:qolmat/_version.py]
11
search = __version__ = "{current_version}"
0 commit comments