We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec27469 commit 1a2e5ebCopy full SHA for 1a2e5eb
pyproject.toml
@@ -141,7 +141,7 @@ filterwarnings = [
141
]
142
143
[tool.bumpversion]
144
-current_version = "1.0.0"
+current_version = "1.0.1"
145
146
search = "{current_version}"
147
replace = "{new_version}"
tipg/__init__.py
@@ -1,3 +1,3 @@
1
"""tipg."""
2
3
-__version__ = "1.0.0"
+__version__ = "1.0.1"
0 commit comments