Skip to content

Commit 61c433f

Browse files
committed
bump version 1.15.0 -> 1.16.0
1 parent b2ac395 commit 61c433f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pypetkitapi/__init__.py

Lines changed: 1 addition & 1 deletion
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.15.0"
54+
__version__ = "1.16.0"
5555

5656
__all__ = [
5757
"CTW3",

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.15.0"
189+
version = "1.16.0"
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.15.0"
211+
current_version = "1.16.0"
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)