Skip to content

Commit 6c552d4

Browse files
committed
Fix a typo in bumpversion.cfg.
1 parent 0d5e5ce commit 6c552d4

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
@@ -4,7 +4,7 @@ commit = True
44
tag = True
55

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

1010
[bumpversion:file:docs/conf.py]

0 commit comments

Comments
 (0)