Skip to content

Commit 1c09e5d

Browse files
committed
fix: squash version increment bug
1 parent 1a157a2 commit 1c09e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ enable = true
2626
vcs = "git"
2727
style = "semver"
2828
format = "{base}"
29+
bump = true
2930

3031
[tool.poetry-dynamic-versioning.substitution]
31-
files = ["*.py", "*/__init__.py", "*/__version__.py", "*/_version.py"]
32+
files = ["*.py", "*/__init__.py", "*/__version__.py", "*/version.py"]
3233

3334
[tool.poetry.dependencies]
3435
python = "^3.7"

0 commit comments

Comments
 (0)