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 58cb3fb commit 9053351Copy full SHA for 9053351
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.3"
+current_version = "0.1.0"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
0 commit comments