fix pypi packaging
This commit is contained in:
parent
e8521e969a
commit
54b307fa6e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -27,7 +27,7 @@ classifiers = ['Development Status :: 4 - Beta',
|
|||
'Topic :: System :: Hardware']
|
||||
|
||||
setup(name = 'Adafruit_BMP',
|
||||
version = '1.5.3',
|
||||
version = '1.5.4',
|
||||
author = 'Tony DiCola',
|
||||
author_email = 'tdicola@adafruit.com',
|
||||
description = 'Library for accessing the BMP series pressure and temperature sensors like the BMP085/BMP180 on a Raspberry Pi or Beaglebone Black.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue