From 3d65361e25e70a6671b8333f93fc4205c11c9940 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Wed, 13 Feb 2019 09:51:04 +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 6914928..b2b2d48 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='0.9', + version='0.10', author='Andrey Pokhilko', author_email='apc4@ya.ru', packages=['pylgbst', "pylgbst.comms"],