From 95fd9e02a67838357cd86e5dede6c44af2a0c308 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 3 Jan 2022 19:33:01 -1000 Subject: [PATCH] Bump version to 0.27.34 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54a9de59..53cdc8e1 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="flux_led", packages=["flux_led"], - version="0.27.33", + version="0.27.34", description="A Python library to communicate with the flux_led smart bulbs", author="Daniel Hjelseth Høyer", author_email="mail@dahoiv.net",