Skip to content

Commit 55ab225

Browse files
committed
Bump version: 1.2.1 → 1.3.0
1 parent 41cc67e commit 55ab225

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
@@ -128,7 +128,7 @@ filterwarnings = [
128128
]
129129

130130
[tool.bumpversion]
131-
current_version = "1.2.1"
131+
current_version = "1.3.0"
132132

133133
search = "{current_version}"
134134
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.2.1"
3+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)