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=[