Skip to content

Commit 871ee56

Browse files
committed
Bump version: 1.0.1 → 1.1.0
1 parent f436e43 commit 871ee56

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 = "1.0.1"
143+
current_version = "1.1.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__ = "1.0.1"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)