fix pypi packaging

This commit is contained in:
Dan Halbert 2018-08-30 14:53:22 -04:00
parent 5c72575b73
commit f88ec755fd

View file

@ -27,7 +27,7 @@ classifiers = ['Development Status :: 4 - Beta',
'Topic :: System :: Hardware']
setup(name = 'Adafruit_VCNL40xx',
version = '1.0.3',
version = '1.0.4',
author = 'Tony DiCola',
author_email = 'tdicola@adafruit.com',
description = 'Python code to use the VCNL4000 & VCNL4010 proximity sensors with the Raspberry Pi & BeagleBone Black.',