File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555from .purifier_container import Purifier
5656from .water_fountain_container import WaterFountain
5757
58- __version__ = "1.24.1 "
58+ __version__ = "1.24.2 "
5959
6060__all__ = [
6161 "CTW3" ,
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ build-backend = "poetry.core.masonry.api"
211211
212212[tool .poetry ]
213213name = " pypetkitapi"
214- version = " 1.24.1 "
214+ version = " 1.24.2 "
215215description = " Python client for PetKit API"
216216authors = [" Jezza34000 <info@mail.com>" ]
217217readme = " README.md"
@@ -252,7 +252,7 @@ pytest-cov = "^7.0.0"
252252pytest-asyncio = " ^1.0.0"
253253
254254[tool .bumpver ]
255- current_version = " 1.24.1 "
255+ current_version = " 1.24.2 "
256256version_pattern = " MAJOR.MINOR.PATCH"
257257commit_message = " bump version {old_version} -> {new_version}"
258258tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments