Skip to content

Commit ec803bb

Browse files
committed
Fix typos
1 parent 2ca8434 commit ec803bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ replace = 'version = "{new_version}"'
9797

9898
[[tool.bumpversion.files]]
9999
filename = "Makefile.variables"
100-
search = 'APP_VERSION := "{current_version}"'
101-
replace = 'APP_VERSION := "{new_version}"'
100+
search = "APP_VERSION := {current_version}"
101+
replace = "APP_VERSION := {new_version}"
102102

103103
[tool.pylint]
104104
disable = "C0114,C0115,C0116,R0903,R1710,W1203"

0 commit comments

Comments
 (0)