Update setup.py

This commit is contained in:
Daniel Høyer Iversen 2019-05-18 17:13:33 +02:00 committed by GitHub
parent 508b0563ed
commit c9a1c106a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@ except ImportError as e:
# For Hysen thermostatic heating controller
dynamic_requires.append('PyCRC')
version = 0.10
version = '0.10'
setup(
name='broadlink',
version=0.10,
version=version,
author='Matthew Garrett',
author_email='mjg59@srcf.ucam.org',
url='http://github.com/mjg59/python-broadlink',