1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-22 15:10:12 +01:00

Version 0.9

This commit is contained in:
Matthew Garrett 2018-04-24 08:33:05 -07:00
parent 75b323c640
commit 766b7b00fb

View File

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