We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4cf24 commit 88f8685Copy full SHA for 88f8685
pyproject.toml
@@ -141,7 +141,7 @@ filterwarnings = [
141
]
142
143
[tool.bumpversion]
144
-current_version = "0.10.0"
+current_version = "1.0.0"
145
146
search = "{current_version}"
147
replace = "{new_version}"
tipg/__init__.py
@@ -1,3 +1,3 @@
1
"""tipg."""
2
3
-__version__ = "0.10.0"
+__version__ = "1.0.0"
0 commit comments