From 623d301c7532fcd0cb61a6ced68ece9ed2ca07a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Fri, 22 Sep 2017 07:41:00 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff97e36e..48fbe1e8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'flux_led', packages = ['flux_led'], - version = '0.19', + version = '0.20', description = 'A Python library to communicate with the flux_led smart bulbs', author = 'Daniel Høyer Iversen, Beville', author_email = 'mail@dahoiv.net',