Skip to content

Commit e365e97

Browse files
committed
bump version 1.16.0 -> 1.16.1
1 parent 61cbe3b commit e365e97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pypetkitapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from .purifier_container import Purifier
5252
from .water_fountain_container import WaterFountain
5353

54-
__version__ = "1.16.0"
54+
__version__ = "1.16.1"
5555

5656
__all__ = [
5757
"CTW3",

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ build-backend = "poetry.core.masonry.api"
186186

187187
[tool.poetry]
188188
name = "pypetkitapi"
189-
version = "1.16.0"
189+
version = "1.16.1"
190190
description = "Python client for PetKit API"
191191
authors = ["Jezza34000 <[email protected]>"]
192192
readme = "README.md"
@@ -208,7 +208,7 @@ ruff = "^0.8.1"
208208
types-aiofiles = "^24.1.0.20240626"
209209

210210
[tool.bumpver]
211-
current_version = "1.16.0"
211+
current_version = "1.16.1"
212212
version_pattern = "MAJOR.MINOR.PATCH"
213213
commit_message = "bump version {old_version} -> {new_version}"
214214
tag_message = "{new_version}"

0 commit comments

Comments
 (0)