diff --git a/README.md b/README.md index c8b728d..af80236 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/setup.py b/setup.py index c9fcb7d..c11dde4 100644 --- a/setup.py +++ b/setup.py @@ -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='apc4@ya.ru', packages=['pylgbst', "pylgbst.comms"],