From 6f7904dbec29b4d1db60fd85530472ca1d6eb3fe Mon Sep 17 00:00:00 2001 From: Aritz Herrero Date: Thu, 8 Apr 2021 12:23:38 +0200 Subject: [PATCH] Bump version to v1.1.0 Changelog: + Add compatibility with more lights by using UUID instead of handles. #1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bbf14c8..33afef1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="trionesControl", - version="1.0.0", + version="1.1.0", author="Aritz Herrero", description="Simple python package to control smart lights using the Triones porotocol", long_description=long_description,