Skip to content

Commit 008b8d8

Browse files
committed
add version field to bumper
1 parent ed9f04a commit 008b8d8

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
@@ -43,5 +43,6 @@ push = false
4343
[tool.bumpver.file_patterns]
4444
"pyproject.toml" = [
4545
'current_version = "{version}"',
46+
'version = "{version}"',
4647
]
4748
"tracereq_sdk/__init__.py" = ["{version}"]

0 commit comments

Comments
 (0)