Skip to content

Commit 5151f7a

Browse files
committed
Fix bump-version problem
1 parent 0a4fdba commit 5151f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ search = 'version = "{current_version}"'
9696
replace = 'version = "{new_version}"'
9797

9898
[[tool.bumpversion.files]]
99-
filename = "Makefile"
99+
filename = "Makefile.variable"
100100
search = 'APP_VERSION := "{current_version}"'
101101
replace = 'APP_VERSION := "{new_version}"'
102102

0 commit comments

Comments
 (0)