Skip to content

Commit 5a2d022

Browse files
committed
bump version 1.22.2 -> 1.22.3
1 parent bb67f10 commit 5a2d022

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

56-
__version__ = "1.22.2"
56+
__version__ = "1.22.3"
5757

5858
__all__ = [
5959
"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.2"
200+
version = "1.22.3"
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.2"
243+
current_version = "1.22.3"
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)