From 91eb0d786b90a23134e40e3527a1717021f0a7c6 Mon Sep 17 00:00:00 2001 From: theBASTI0N Date: Mon, 17 Aug 2020 08:46:42 +0800 Subject: [PATCH] v0.6.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=[