From 9dd30f16bc3dd94ea9ff7920b49b4810488fcda5 Mon Sep 17 00:00:00 2001 From: happyleaves Date: Sun, 15 Jul 2018 10:44:53 -0400 Subject: [PATCH] bump version to 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e315e04..1cda43f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='limitlessled', - version='1.1.1', + version='1.1.2', description='Control LimitlessLED products.', url='https://github.com/happyleavesaoc/python-limitlessled/', license='MIT',