From 9be08ec3c451de90b372612f338e06aef55c2b0f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 17 Oct 2021 12:10:25 -1000 Subject: [PATCH] Bump version to 0.24.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f674c0cc..3eeb70b5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="flux_led", packages=["flux_led"], - version="0.24.6", + version="0.24.7", description="A Python library to communicate with the flux_led smart bulbs", author="Daniel Hjelseth Høyer", author_email="mail@dahoiv.net",