Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Jan 15, 2020
1 parent a4b064a commit 76637f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'beacondecoder',
packages = ['beacondecoder'],
version = '0.3',
version = '0.4',
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.3.tar.gz',
download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.4.tar.gz',
keywords = ['BLE', 'decode', 'iot'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit 76637f1

Please sign in to comment.