From 6de6ff375cddd19c6fa18bbc242d47a25d340324 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 12 Apr 2023 01:13:34 +0200 Subject: [PATCH] Bump version to v0.5.0 --- custom_components/hon/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 79ee718..be91c82 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/Andre0512/hon/", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", - "requirements": ["pyhOn==0.6.4"], - "version": "0.5.0-beta.5" + "requirements": ["pyhOn==0.7.2"], + "version": "0.5.0" }