From afda9d31c6edafed55a91308d791da7fc89d326a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 Jul 2023 12:37:07 -0500 Subject: [PATCH] 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be44f8e5..da5950b7 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="flux_led", packages=["flux_led"], - version="1.0.0", + version="1.0.1", description="A Python library to communicate with the flux_led smart bulbs", author="Daniel Hjelseth Høyer", author_email="mail@dahoiv.net",