fix pypi packaging
This commit is contained in:
parent
b79cddb622
commit
258b29f7b7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name = 'Adafruit_TMP',
|
||||
version = '1.6.2',
|
||||
version = '1.6.3',
|
||||
author = 'Tony DiCola',
|
||||
author_email = 'tdicola@adafruit.com',
|
||||
description = 'Library for accessing the TMP006 & TMP007 non-contact temperature sensor on a Raspberry Pi or Beaglebone Black.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue