Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Commit 258b29f

Browse files
committed
fix pypi packaging
1 parent b79cddb commit 258b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919

2020
setup(name = 'Adafruit_TMP',
21-
version = '1.6.2',
21+
version = '1.6.3',
2222
author = 'Tony DiCola',
2323
author_email = 'tdicola@adafruit.com',
2424
description = 'Library for accessing the TMP006 & TMP007 non-contact temperature sensor on a Raspberry Pi or Beaglebone Black.',

0 commit comments

Comments
 (0)