Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Aug 17, 2020
1 parent 165d6e1 commit 0ce5aaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beacondecoder
Submodule beacondecoder updated 1 files
+46 −33 decoder.py
4 changes: 2 additions & 2 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.5.0',
version = '0.6.0',
license='MIT',
description = 'A Python library for decoding certain 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.5.tar.gz',
download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.6.tar.gz',
keywords = ['BLE', 'decode', 'iot'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 0ce5aaa

Please sign in to comment.