From 8ef154407851f62d5d90dc3258c9360de71fc902 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Thu, 4 Jul 2024 02:02:07 +0200 Subject: [PATCH] chore: version bump --- custom_components/solarman/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solarman/manifest.json b/custom_components/solarman/manifest.json index d2f40e1..8ae60e1 100644 --- a/custom_components/solarman/manifest.json +++ b/custom_components/solarman/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/davidrapan/ha_solarman/issues", "requirements": ["ipaddress","pyyaml","pysolarmanv5>=3.0.2"], - "version": "1.0.1" + "version": "24.07.04" }