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