fix pypi packaging

This commit is contained in:
Dan Halbert 2018-08-30 14:50:34 -04:00
parent e8521e969a
commit 54b307fa6e

View file

@ -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.',