Skip to content

Commit 8df5901

Browse files
committed
Update to 0.0.3
1 parent 1b09cc4 commit 8df5901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
setup(
1212
name='Chinese-RFID-Access-Control-Library',
13-
version='0.0.1',
13+
version='0.0.3',
1414
description='A library for interfacing with one of the most common RFID Access Control System sold in China.',
1515
long_description=readme,
1616
author='Paul Brown',
1717
author_email='paul90brown@gmail.com',
1818
url='https://github.com/pawl/Chinese-RFID-Access-Control-Library',
1919
license=license,
20-
download_url = ['https://github.com/pawl/Chinese-RFID-Access-Control-Library/tarball/master#egg=package-0.0.1'],
20+
download_url = ['https://github.com/pawl/Chinese-RFID-Access-Control-Library/tarball/master#egg=package-0.0.3'],
2121
keywords = ['rfid', 'access control'],
2222
py_modules = ['rfid']
2323
)

0 commit comments

Comments
 (0)