Skip to content

Commit 1a2e5eb

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent ec27469 commit 1a2e5eb

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 = "1.0.0"
144+
current_version = "1.0.1"
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__ = "1.0.0"
3+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)