diff --git a/beacondecoder b/beacondecoder index f95ca1b..48b07ca 160000 --- a/beacondecoder +++ b/beacondecoder @@ -1 +1 @@ -Subproject commit f95ca1b76d663e3a7da38df67353c8fbd485f01f +Subproject commit 48b07ca1c054321cd42e964a558984f44d715aa7 diff --git a/setup.py b/setup.py index ffc6be3..cc2b871 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setuptools.setup( name = 'beacondecoder', packages = ['beacondecoder'], - version = '0.7.0', + version = '0.7.1', license='MIT', description = 'A Python library for decoding certain types of Bluetooth LE Beacons', author = 'theBASTI0N', author_email = 'theBASTI0Ncode@gmail.com', url = 'https://github.com/theBASTI0N/beacon-decoder', - download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.7.tar.gz', + download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.7.1.tar.gz', keywords = ['BLE', 'decode', 'iot'], install_requires=[], classifiers=[