From 86eb556a66a0fa5e4d72d975c2268a3dd1d4acba Mon Sep 17 00:00:00 2001 From: "Ian C." <108159253+ic-dev21@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:55:17 -0400 Subject: [PATCH] Bump up version --- custom_components/hilo/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hilo/manifest.json b/custom_components/hilo/manifest.json index 88d58d54..be922b54 100755 --- a/custom_components/hilo/manifest.json +++ b/custom_components/hilo/manifest.json @@ -12,5 +12,5 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/dvd-dev/hilo/issues", "requirements": ["python-hilo>=2026.9.1"], - "version": "2026.9.4" + "version": "2026.9.5" } diff --git a/pyproject.toml b/pyproject.toml index db7ce294..3e8c9919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hilo" -version = "2026.9.4" +version = "2026.9.5" description = "Home Assistant custom integration for Hilo energy systems" readme = "README.md" license = "MIT"