Skip to content

Commit 279ae20

Browse files
committed
fix bumpversion config
1 parent f0396f3 commit 279ae20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.bumpversion.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[bumpversion]
22
current_version = 1.1.0
3-
files = setup.py
3+
files = pyproject.toml
44
commit = True
55
tag = True
6+
7+
[bumpversion:file:pyproject.toml]
8+
search = version = "{current_version}"
9+
replace = version = "{new_version}"

0 commit comments

Comments
 (0)