Skip to content

Commit 2d48383

Browse files
authored
Update pyproject.toml
1 parent 5223755 commit 2d48383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testpaths = [
1515
skip = ["check-links"]
1616

1717
[tool.tbump.version]
18-
current = "0.1.0"
18+
current = "0.1.0.dev0"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)