From 9c0ff8e45362b13bbbfc5d241760777f819b37cf Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Tue, 18 Jun 2019 09:55:21 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 700808f..f8d0d5c 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.0', + version='1.0.1', author='Andrey Pokhilko', author_email='apc4@ya.ru', packages=['pylgbst', "pylgbst.comms"],