Skip to content

Commit

Permalink
bump version 1.10.1 -> 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Jan 15, 2025
1 parent bb8c516 commit 290d4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypetkitapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from .purifier_container import Purifier
from .water_fountain_container import WaterFountain

__version__ = "1.10.1"
__version__ = "1.10.2"

__all__ = [
"CTW3",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pypetkitapi"
version = "1.10.1"
version = "1.10.2"
description = "Python client for PetKit API"
authors = ["Jezza34000 <info@mail.com>"]
readme = "README.md"
Expand All @@ -209,7 +209,7 @@ ruff = "^0.8.1"
types-aiofiles = "^24.1.0.20240626"

[tool.bumpver]
current_version = "1.10.1"
current_version = "1.10.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down

0 comments on commit 290d4b7

Please sign in to comment.