From b3fad569cb9120fcd817a3bdfcf1eed5644877ac Mon Sep 17 00:00:00 2001 From: theBASTI0N Date: Tue, 29 Sep 2020 19:26:07 +0800 Subject: [PATCH] v0.7.7 Fix Eddystone URL issue. URL output would often be TLD prefix. --- beacondecoder | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/beacondecoder b/beacondecoder index 002de0e..f0ce91c 160000 --- a/beacondecoder +++ b/beacondecoder @@ -1 +1 @@ -Subproject commit 002de0eaa73274c5ded02bb8ac9cdc768b3c448e +Subproject commit f0ce91c3f0d05ddb559966441115f5f6b6f40c37 diff --git a/setup.py b/setup.py index 8591091..3bad595 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setuptools.setup( name = 'beacondecoder', packages = ['beacondecoder'], - version = '0.7.5', + version = '0.7.7', license='MIT', - description = 'A Python library for decoding specific types of Bluetooth LE Beacons', + description = 'A Python library for decoding most 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.5.tar.gz', + download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.7.7.tar.gz', keywords = ['BLE', 'decode', 'iot'], install_requires=[], classifiers=[