From d94cdcbb60a1e421d6ee4e139cedabe2a7039722 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 24 Oct 2024 19:03:46 +0300 Subject: [PATCH] Bump version to 2024.10.0 (#304) --- custom_components/rpi_gpio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/rpi_gpio/manifest.json b/custom_components/rpi_gpio/manifest.json index 30249f4..37cdc5d 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/thecode/ha-rpi_gpio/issues", "requirements": [ "gpiod>=2.0.2" ], - "version": "2024.9.0" + "version": "2024.10.0" }