Skip to content

Commit

Permalink
Set v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed May 30, 2019
1 parent 3239b33 commit 0e7457e
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 @@ -34,7 +34,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.10.tar.gz
pip install https://github.com/undera/pylgbst/archive/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='0.10',
version='1.0',
author='Andrey Pokhilko',
author_email='[email protected]',
packages=['pylgbst', "pylgbst.comms"],
Expand Down

0 comments on commit 0e7457e

Please sign in to comment.