diff --git a/setup.py b/setup.py index 644526a..e0a28dd 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setuptools.setup( name = 'beacondecoder', packages = ['beacondecoder'], - version = '0.6.0', + version = '0.6.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.6.tar.gz', + download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.6.1.tar.gz', keywords = ['BLE', 'decode', 'iot'], install_requires=[], classifiers=[