From 06787f38017f43732d43528d0ad7502c2273aa5a Mon Sep 17 00:00:00 2001 From: odya Date: Sun, 22 Oct 2023 20:42:13 +0300 Subject: [PATCH] Version bump --- custom_components/ina219_ups_hat/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ina219_ups_hat/manifest.json b/custom_components/ina219_ups_hat/manifest.json index 7c725c8..a65806a 100644 --- a/custom_components/ina219_ups_hat/manifest.json +++ b/custom_components/ina219_ups_hat/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/odya/hass-ina219-ups-hat/issues", "requirements": ["smbus2>=0.4.2","numpy>=1.23.2"], - "version": "0.2.0" + "version": "0.2.1" }