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 decb9a0 commit 1fc8daaCopy full SHA for 1fc8daa
pyproject.toml
@@ -140,7 +140,7 @@ filterwarnings = [
140
]
141
142
[tool.bumpversion]
143
-current_version = "0.8.0"
+current_version = "0.9.0"
144
145
search = "{current_version}"
146
replace = "{new_version}"
tipg/__init__.py
@@ -1,3 +1,3 @@
1
"""tipg."""
2
3
-__version__ = "0.8.0"
+__version__ = "0.9.0"
0 commit comments