Skip to content

Commit

Permalink
fix the version number problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed Oct 30, 2022
1 parent 0a16985 commit be52168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ file = [
]

[tool.tbump.version]
current = "0.1.0.dev0"
current = "3.5.0.dev0"
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"

[tool.tbump.git]
Expand Down

0 comments on commit be52168

Please sign in to comment.