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