Skip to content

Commit 1fc8daa

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent decb9a0 commit 1fc8daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ filterwarnings = [
140140
]
141141

142142
[tool.bumpversion]
143-
current_version = "0.8.0"
143+
current_version = "0.9.0"
144144

145145
search = "{current_version}"
146146
replace = "{new_version}"

tipg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""tipg."""
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)