From a733cc2a00d8903301f1494339eeeedb4e36a423 Mon Sep 17 00:00:00 2001
From: Andrey Pohilko <apc4@ya.ru>
Date: Mon, 30 Jul 2018 13:07:56 +0300
Subject: [PATCH] Release 0.7

---
 README.md | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9f66c92..af17fd9 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,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.6.tar.gz
+pip install https://github.com/undera/pylgbst/archive/0.7.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 04774bb..554a4cf 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='0.6',
+      version='0.7',
       author='Andrey Pokhilko',
       author_email='apc4@ya.ru',
       packages=['pylgbst'],