Skip to content

Commit 1aee146

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 977154f commit 1aee146

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.1.0"
143+
current_version = "1.1.1"
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.1.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)