We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a582638 commit 78388a4Copy full SHA for 78388a4
‎.bumpversion.toml‎
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.1.0"
+current_version = "0.1.1"
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.1.0"
+version = "0.1.1"
17
classifiers = [
18
"Development Status :: 4 - Beta",
19
"Intended Audience :: Developers",
0 commit comments