From cbaf9f13b400d1c83b2a7676cb3d3c04b2afe2e3 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 11 Feb 2024 05:24:34 +0100 Subject: [PATCH] Bump version --- custom_components/hon/manifest.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index e2d9c7e..d977eb1 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.15.15" + "pyhOn==0.16.0" ], - "version": "0.12.0" + "version": "0.13.0" } diff --git a/requirements.txt b/requirements.txt index c21dd63..74037b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyhOn==0.15.15 +pyhOn==0.16.0