diff --git a/custom_components/wyzeapi/manifest.json b/custom_components/wyzeapi/manifest.json index f645ae4b..255cd782 100644 --- a/custom_components/wyzeapi/manifest.json +++ b/custom_components/wyzeapi/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "wyzeapy>=0.5.26,<0.6" ], - "version": "0.1.28" + "version": "0.1.29" } diff --git a/pyproject.toml b/pyproject.toml index 43d9681d..2ac4f68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "ha-wyzeapi" -version = "0.1.28b1" +version = "0.1.29" description = "A Home Assistant integration for Wyze devices" authors = ["Katie Mulliken "] license = "Apache-2.0"