diff --git a/setup.py b/setup.py index 02c87a9..a92ac0a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup(name='pylgbst', description='Python library to interact with LEGO Move Hub (from Lego BOOST set)', - version='0.2', + version='0.3', author='Andrey Pokhilko', author_email='apc4@ya.ru', packages=['pylgbst'],