Skip to content

Commit 88f8685

Browse files
committed
Bump version: 0.10.0 → 1.0.0
1 parent ac4cf24 commit 88f8685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ filterwarnings = [
141141
]
142142

143143
[tool.bumpversion]
144-
current_version = "0.10.0"
144+
current_version = "1.0.0"
145145

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

tipg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""tipg."""
22

3-
__version__ = "0.10.0"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)