Skip to content

Commit 56aa1fb

Browse files
committed
should not update version in pyproject.toml
1 parent a1687ad commit 56aa1fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ push = false
4848
[tool.bumpver.file_patterns]
4949
"pyproject.toml" = [
5050
'current_version = "{version}"',
51+
'version = "{version}"'
5152
]
5253
"src/policytester/__init__.py" = [
5354
'__version__ = "{version}"'

0 commit comments

Comments
 (0)