Skip to content

Commit 74a12bf

Browse files
committed
bump version 1.19.2 -> 1.19.3
1 parent 5bd4671 commit 74a12bf

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

55-
__version__ = "1.19.1"
55+
__version__ = "1.19.3"
5656

5757
__all__ = [
5858
"CTW3",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
187187

188188
[tool.poetry]
189189
name = "pypetkitapi"
190-
version = "1.19.1"
190+
version = "1.19.3"
191191
description = "Python client for PetKit API"
192192
authors = ["Jezza34000 <[email protected]>"]
193193
readme = "README.md"
@@ -211,7 +211,7 @@ types-aiofiles = "^24.1.0.20240626"
211211

212212

213213
[tool.bumpver]
214-
current_version = "1.19.1"
214+
current_version = "1.19.3"
215215
version_pattern = "MAJOR.MINOR.PATCH"
216216
commit_message = "bump version {old_version} -> {new_version}"
217217
tag_message = "{new_version}"

0 commit comments

Comments
 (0)