Skip to content

Commit 71acd4d

Browse files
committed
fix version spec
1 parent 90940e7 commit 71acd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ version_template = '({major}, {minor}, {patch}, "{channel}", "{release}")'
124124

125125
[[tool.tbump.file]]
126126
src = "pyproject.toml"
127-
version_template = "({major}.{minor}.{patch}{channel}{release}"
127+
version_template = "{major}.{minor}.{patch}{channel}{release}"
128128

129129
[[tool.tbump.field]]
130130
name = "channel"

0 commit comments

Comments
 (0)