diff --git a/custom_components/hilo/manifest.json b/custom_components/hilo/manifest.json index 83d195de..24e25393 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.2" + "version": "2026.9.3" } diff --git a/pyproject.toml b/pyproject.toml index ef6fa41d..69749cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hilo" -version = "2026.3.6" +version = "2026.9.3" description = "Home Assistant custom integration for Hilo energy systems" readme = "README.md" license = "MIT"