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