From 43aba755cd28a09e64451fe44bef232262e913a5 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Sat, 17 Aug 2019 20:41:08 +0300 Subject: [PATCH] Release 2.0.0 --- README.md | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c35493..c8b728d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ If you have Vernie assembled, you might run scripts from [`examples/vernie`](exa [![Laser Engraver](http://img.youtube.com/vi/ZbKmqVBBMhM/0.jpg)](https://youtu.be/ZbKmqVBBMhM) [![Color Sorter](http://img.youtube.com/vi/829RKT8v8M0/0.jpg)](https://youtu.be/829RKT8v8M0) [![Face Tracker](http://img.youtube.com/vi/WUOa3j-6XfI/0.jpg)](https://youtu.be/WUOa3j-6XfI) +[![Color Pin Bot](http://img.youtube.com/vi/QY6nRYXQw_U/0.jpg)](https://youtu.be/QY6nRYXQw_U) ## Features @@ -35,7 +36,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/1.0.1.tar.gz +pip install https://github.com/undera/pylgbst/archive/2.0.0.tar.gz ``` Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub: diff --git a/setup.py b/setup.py index f8d0d5c..c9fcb7d 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='1.0.1', + version='2.0.0', author='Andrey Pokhilko', author_email='apc4@ya.ru', packages=['pylgbst', "pylgbst.comms"],