File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353from .purifier_container import Purifier
5454from .water_fountain_container import WaterFountain
5555
56- __version__ = "1.22.2 "
56+ __version__ = "1.22.3 "
5757
5858__all__ = [
5959 "CTW3" ,
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ build-backend = "poetry.core.masonry.api"
197197
198198[tool .poetry ]
199199name = " pypetkitapi"
200- version = " 1.22.2 "
200+ version = " 1.22.3 "
201201description = " Python client for PetKit API"
202202authors = [" Jezza34000 <info@mail.com>" ]
203203readme = " README.md"
@@ -240,7 +240,7 @@ pytest-cov = "^7.0.0"
240240pytest-asyncio = " ^1.0.0"
241241
242242[tool .bumpver ]
243- current_version = " 1.22.2 "
243+ current_version = " 1.22.3 "
244244version_pattern = " MAJOR.MINOR.PATCH"
245245commit_message = " bump version {old_version} -> {new_version}"
246246tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments