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