Skip to content

Commit

Permalink
chore: bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Mulliken committed Apr 5, 2022
1 parent 811cec4 commit 9cb6d25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions custom_components/wyzeapi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "wyzeapi",
"version": "0.1.8",
"version": "0.1.9",
"name": "Wyze",
"config_flow": true,
"iot_class": "cloud_polling",
"documentation": "https://github.com/JoshuaMulliken/ha-wyzeapi#readme",
"issue_tracker": "https://github.com/JoshuaMulliken/ha-wyzeapi/issues",
"requirements": [
"wyzeapy==0.5.7"
"wyzeapy==0.5.8"
],
"codeowners": [
"@JoshuaMulliken"
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

[tool.poetry]
name = "ha-wyzeapi"
version = "0.1.8"
version = "0.1.9"
description = "A Home Assistant integration for Wyze devices"
authors = ["Joshua Mulliken <[email protected]>"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.8"
homeassistant = "^2021.11.5"
wyzeapy = "0.5.7"
wyzeapy = "0.5.8"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 9cb6d25

Please sign in to comment.