From 0ae8e3adc110db3d1ef50e098190f84174fe090c Mon Sep 17 00:00:00 2001 From: hultenvp <61835400+hultenvp@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:51:52 +0200 Subject: [PATCH] Bump minor version (#389) --- custom_components/solis/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solis/sensor.py b/custom_components/solis/sensor.py index 86c9810..4ae3870 100644 --- a/custom_components/solis/sensor.py +++ b/custom_components/solis/sensor.py @@ -43,7 +43,7 @@ _LOGGER = logging.getLogger(__name__) # VERSION -VERSION = '3.6.0' +VERSION = '3.7.0' # ATTRIBUTES LAST_UPDATED = 'Last updated'