From 7c96ed8f2173ca5bf3c6cc9743b57aa6ce09ff26 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 4 Jan 2022 14:46:04 -1000 Subject: [PATCH] Bump version to 0.27.37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95c78884..79b8b02f 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="flux_led", packages=["flux_led"], - version="0.27.36", + version="0.27.37", description="A Python library to communicate with the flux_led smart bulbs", author="Daniel Hjelseth Høyer", author_email="mail@dahoiv.net",