From 6a3b2c07ce1e27e1b1b6022ed2b551dc29c1c7d5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 26 Jan 2022 20:55:01 -0600 Subject: [PATCH] Bump version to 0.28.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d06813f8..9d6d8bb0 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setup( name="flux_led", packages=["flux_led"], - version="0.28.15", + version="0.28.16", description="A Python library to communicate with the flux_led smart bulbs", author="Daniel Hjelseth Høyer", author_email="mail@dahoiv.net",