Skip to content

Commit 480847e

Browse files
committed
update bumpversion cfg.
1 parent da7a511 commit 480847e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ values =
2020
values = [0-9A-Za-z-]+
2121

2222
[bumpversion:file:pyproject.toml]
23-
search = version = {current_version}
24-
replace = version = {new_version}
23+
search = version = "{current_version}"
24+
replace = version = "{new_version}"
2525

2626
[bumpversion:file:src/ptwt/version.py]
2727
search = VERSION = "{current_version}"

0 commit comments

Comments
 (0)