From fc8ed8ce2b1ee79aab9a348aa27222d2cbabe873 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Mon, 9 Dec 2019 16:32:47 +0300 Subject: [PATCH] Release 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c11dde4..30697fc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='pylgbst', description='Python library to interact with LEGO Move Hub (from Lego BOOST set)', - version='1.1.0', + version='1.1.1', author='Andrey Pokhilko', author_email='apc4@ya.ru', packages=['pylgbst', "pylgbst.comms"],