Skip to content

Commit 3a70b41

Browse files
committed
Switch bumpversion cfg to pyproject
1 parent c5848f5 commit 3a70b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ current_version = 0.30.1
33
commit = True
44
tag = True
55

6-
[bumpversion:file:setup.cfg]
7-
search = version = {current_version}
8-
replace = version = {new_version}
6+
[bumpversion:file:pyproject.toml]
7+
search = version = "{current_version}"
8+
replace = version = "{new_version}"
99

1010
[bumpversion:file:src/zocalo/__init__.py]
1111
search = __version__ = "{current_version}"

0 commit comments

Comments
 (0)