File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
from .purifier_container import Purifier
52
52
from .water_fountain_container import WaterFountain
53
53
54
- __version__ = "1.16.0 "
54
+ __version__ = "1.16.1 "
55
55
56
56
__all__ = [
57
57
"CTW3" ,
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ build-backend = "poetry.core.masonry.api"
186
186
187
187
[tool .poetry ]
188
188
name = " pypetkitapi"
189
- version = " 1.16.0 "
189
+ version = " 1.16.1 "
190
190
description = " Python client for PetKit API"
191
191
authors = [
" Jezza34000 <[email protected] >" ]
192
192
readme = " README.md"
@@ -208,7 +208,7 @@ ruff = "^0.8.1"
208
208
types-aiofiles = " ^24.1.0.20240626"
209
209
210
210
[tool .bumpver ]
211
- current_version = " 1.16.0 "
211
+ current_version = " 1.16.1 "
212
212
version_pattern = " MAJOR.MINOR.PATCH"
213
213
commit_message = " bump version {old_version} -> {new_version}"
214
214
tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments