1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Release 1.2.0

This commit is contained in:
Andrey Pokhilko 2020-06-27 15:41:55 +03:00
parent 7949f3477c
commit 8d9bb94d87

View File

@ -2,12 +2,12 @@ from setuptools import setup
setup( setup(
name="pylgbst", name="pylgbst",
version="1.1.2", version="1.2.0",
author="Andrey Pokhilko", author="Andrey Pokhilko",
author_email="apc4@ya.ru", author_email="apc4@ya.ru",
license="MIT", license="MIT",
description="Python library to interact with LEGO Move Hub (from Lego BOOST set)", description="Python library to interact with LEGO PoweredUp devices (Lego BOOST etc.)",
url='https://github.com/undera/pylgbst', url='https://github.com/undera/pylgbst',
keywords=['LEGO', 'ROBOTICS', 'BLUETOOTH'], keywords=['LEGO', 'ROBOTICS', 'BLUETOOTH'],