From 9b206784e6d36864a43011af5649ed2d58b2d5a8 Mon Sep 17 00:00:00 2001 From: Katie Mulliken Date: Sun, 8 Dec 2024 18:49:17 -0500 Subject: [PATCH] chore: bump version to 0.1.29 --- custom_components/wyzeapi/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"