Bump for 0.3.2 (#123)

This commit is contained in:
Teemu R 2018-06-17 19:04:24 +02:00 committed by GitHub
parent c6739daacc
commit e612560b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.3.2 (2018-06-17)
------------------
- Add bulb valid temperature range (#122) [Thibault Cohen]
0.3.1 (2018-06-16)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import setup
setup(name='pyHS100',
version='0.3.1',
version='0.3.2',
description='Interface for TPLink HS1xx plugs, HS2xx wall switches & LB1xx bulbs',
url='https://github.com/GadgetReactor/pyHS100',
author='Sean Seah (GadgetReactor)',