Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Aug 17, 2019
1 parent 43aba75 commit de54a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,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/2.0.0.tar.gz
pip install https://github.com/undera/pylgbst/archive/1.1.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='2.0.0',
version='1.1.0',
author='Andrey Pokhilko',
author_email='[email protected]',
packages=['pylgbst', "pylgbst.comms"],
Expand Down

0 comments on commit de54a2e

Please sign in to comment.