Skip to content

Commit

Permalink
⬆️ bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Jan 5, 2025
1 parent 1c8f3c0 commit a059c15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/petkit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues",
"loggers": ["petkit"],
"requirements": ["pypetkitapi==1.8.1", "aiofiles==24.1.0"],
"version": "1.4.0"
"requirements": ["pypetkitapi==1.9.0", "aiofiles==24.1.0"],
"version": "1.4.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ max-complexity = 25
property-decorators = ["propcache.cached_property"]

[tool.bumpver]
current_version = "1.4.0"
current_version = "1.4.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiofiles==24.1.0
pypetkitapi==1.8.1
pypetkitapi==1.9.0

0 comments on commit a059c15

Please sign in to comment.