Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Jan 13, 2020
1 parent f100a75 commit f417f6b
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 = 'beacon-decoder',
packages = ['beacon-decoder'],
version = '0.1',
version = '0.2',
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/beacon-decoder/archive/0.1.tar.gz',
download_url = 'https://github.com/theBASTI0N/beacon-decoder/archive/0.2.tar.gz',
keywords = ['BLE', 'decode', 'iot'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit f417f6b

Please sign in to comment.