Version 0.8

This commit is contained in:
Matthew Garrett 2018-03-18 15:12:47 -07:00
parent 8b593beff9
commit 9286d9a1d9

View file

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