Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 50bde31

Browse files
committed
Update version after merging pulls.
1 parent 1853d6a commit 50bde31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ build
33
*.pyc
44
setuptools-*
55
*.so
6+
dist
67

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
# Call setuptools setup function to install package.
8080
setup(name = 'Adafruit_DHT',
81-
version = '1.3.1',
81+
version = '1.3.2',
8282
author = 'Tony DiCola',
8383
author_email = '[email protected]',
8484
description = 'Library to get readings from the DHT11, DHT22, and AM2302 humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.',

0 commit comments

Comments
 (0)