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

Release 0.7

This commit is contained in:
Andrey Pohilko 2018-07-30 13:07:56 +03:00
parent 22615b7c34
commit a733cc2a00
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be
Install library like this:
```bash
pip install https://github.com/undera/pylgbst/archive/0.6.tar.gz
pip install https://github.com/undera/pylgbst/archive/0.7.tar.gz
```
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:

View File

@ -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.6',
version='0.7',
author='Andrey Pokhilko',
author_email='apc4@ya.ru',
packages=['pylgbst'],