Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
Fix Eddystone URL issue. URL output would often be TLD prefix.
  • Loading branch information
theBASTI0N committed Sep 29, 2020
1 parent 4716dcb commit b3fad56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beacondecoder
Submodule beacondecoder updated 2 files
+1 −1 __init__.py
+8 −63 decoder.py
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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=[
Expand Down

0 comments on commit b3fad56

Please sign in to comment.