1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-09-21 04:20:36 +02:00

Version 0.7

This commit is contained in:
Matthew Garrett 2018-03-18 14:51:34 -07:00
parent 33a2e4ae54
commit 8d3c9f1e9f

View File

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