From 2f16a8075a0e72dcd9a96a2bf876350be53795ca Mon Sep 17 00:00:00 2001 From: theBASTI0N Date: Tue, 25 Aug 2020 16:32:44 +0800 Subject: [PATCH] v0.7.1 Fix txPower for Ruuvi tags --- beacondecoder | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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=[