Skip to content

Commit 128d720

Browse files
Julien RousselJulien Roussel
authored andcommitted
Update bumpversion config
1 parent c7440d2 commit 128d720

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.1.8
33
commit = True
44
tag = True
55

6-
[bumpversion:file:setup.py]
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:qolmat/_version.py]
1111
search = __version__ = "{current_version}"

0 commit comments

Comments
 (0)