Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Aug 17, 2019
1 parent 7750827 commit 43aba75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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='[email protected]',
packages=['pylgbst', "pylgbst.comms"],
Expand Down

0 comments on commit 43aba75

Please sign in to comment.