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 52
52
from .purifier_container import Purifier
53
53
from .water_fountain_container import WaterFountain
54
54
55
- __version__ = "1.19.1 "
55
+ __version__ = "1.19.3 "
56
56
57
57
__all__ = [
58
58
"CTW3" ,
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
187
187
188
188
[tool .poetry ]
189
189
name = " pypetkitapi"
190
- version = " 1.19.1 "
190
+ version = " 1.19.3 "
191
191
description = " Python client for PetKit API"
192
192
authors = [
" Jezza34000 <[email protected] >" ]
193
193
readme = " README.md"
@@ -211,7 +211,7 @@ types-aiofiles = "^24.1.0.20240626"
211
211
212
212
213
213
[tool .bumpver ]
214
- current_version = " 1.19.1 "
214
+ current_version = " 1.19.3 "
215
215
version_pattern = " MAJOR.MINOR.PATCH"
216
216
commit_message = " bump version {old_version} -> {new_version}"
217
217
tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments