From 19fd2946db42a661de24c2c97f07a24340f72657 Mon Sep 17 00:00:00 2001 From: markusressel Date: Wed, 5 Apr 2017 00:54:35 +0200 Subject: [PATCH] v1.1.1 --- example_simple.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_simple.py b/example_simple.py index 8795326..8e2ea60 100644 --- a/example_simple.py +++ b/example_simple.py @@ -14,4 +14,4 @@ # api.set_rgbww(device, 255, 255, 255, 255, 255) # # api.update_state(device) -# +# \ No newline at end of file diff --git a/setup.py b/setup.py index a9af8de..5caf7a2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sunix_ledstrip_controller_client', - version='1.1.0', + version='1.1.1', description='A library for controlling the Sunix RGB / RGBWWCW WiFi LED Strip controller', license='GPLv3+', author='Markus Ressel',