We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5223755 commit 2d48383Copy full SHA for 2d48383
pyproject.toml
@@ -15,7 +15,7 @@ testpaths = [
15
skip = ["check-links"]
16
17
[tool.tbump.version]
18
-current = "0.1.0"
+current = "0.1.0.dev0"
19
regex = '''
20
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
21
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments