Skip to content

Commit 1d8b6d4

Browse files
committed
bump version 1.22.3 -> 1.22.4
1 parent d41b7df commit 1d8b6d4

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
@@ -54,7 +54,7 @@
5454
from .purifier_container import Purifier
5555
from .water_fountain_container import WaterFountain
5656

57-
__version__ = "1.22.3"
57+
__version__ = "1.22.4"
5858

5959
__all__ = [
6060
"CTW3",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ build-backend = "poetry.core.masonry.api"
197197

198198
[tool.poetry]
199199
name = "pypetkitapi"
200-
version = "1.22.3"
200+
version = "1.22.4"
201201
description = "Python client for PetKit API"
202202
authors = ["Jezza34000 <info@mail.com>"]
203203
readme = "README.md"
@@ -240,7 +240,7 @@ pytest-cov = "^7.0.0"
240240
pytest-asyncio = "^1.0.0"
241241

242242
[tool.bumpver]
243-
current_version = "1.22.3"
243+
current_version = "1.22.4"
244244
version_pattern = "MAJOR.MINOR.PATCH"
245245
commit_message = "bump version {old_version} -> {new_version}"
246246
tag_message = "{new_version}"

0 commit comments

Comments
 (0)