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 c5848f5 commit 3a70b41Copy full SHA for 3a70b41
.bumpversion.cfg
@@ -3,9 +3,9 @@ current_version = 0.30.1
3
commit = True
4
tag = True
5
6
-[bumpversion:file:setup.cfg]
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:src/zocalo/__init__.py]
11
search = __version__ = "{current_version}"
0 commit comments