We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1325155 commit 39d2f2cCopy full SHA for 39d2f2c
‎.bumpversion.toml‎
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.0.0"
+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}"
‎pyproject.toml‎
@@ -13,7 +13,7 @@ license = {text = "MIT"}
13
readme = "README.md"
14
requires-python = ">=3.10"
15
keywords = []
16
-version = "0.0.0"
+version = "0.1.0"
17
classifiers = [
18
"Development Status :: 4 - Beta",
19
"Intended Audience :: Developers",
0 commit comments