Skip to content

Commit 75dc9ca

Browse files
committed
bump version 1.24.1 -> 1.24.2
1 parent 857be86 commit 75dc9ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pypetkitapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
from .purifier_container import Purifier
5656
from .water_fountain_container import WaterFountain
5757

58-
__version__ = "1.24.1"
58+
__version__ = "1.24.2"
5959

6060
__all__ = [
6161
"CTW3",

pyproject.toml

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

212212
[tool.poetry]
213213
name = "pypetkitapi"
214-
version = "1.24.1"
214+
version = "1.24.2"
215215
description = "Python client for PetKit API"
216216
authors = ["Jezza34000 <info@mail.com>"]
217217
readme = "README.md"
@@ -252,7 +252,7 @@ pytest-cov = "^7.0.0"
252252
pytest-asyncio = "^1.0.0"
253253

254254
[tool.bumpver]
255-
current_version = "1.24.1"
255+
current_version = "1.24.2"
256256
version_pattern = "MAJOR.MINOR.PATCH"
257257
commit_message = "bump version {old_version} -> {new_version}"
258258
tag_message = "{new_version}"

0 commit comments

Comments
 (0)