Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theBASTI0N committed Jul 30, 2020
1 parent 5e5c14e commit 165d6e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion beacondecoder
Submodule beacondecoder updated 1 files
+48 −22 decoder.py
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
from distutils.core import setup
setup(
import setuptools

setuptools.setup(
name = 'beacondecoder',
packages = ['beacondecoder'],
version = '0.4',
version = '0.5.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.4.tar.gz',
download_url = 'https://github.com/theBASTI0N/beacondecoder/archive/0.5.tar.gz',
keywords = ['BLE', 'decode', 'iot'],
install_requires=[],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 165d6e1

Please sign in to comment.