about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Garrett <mjg59@google.com>2018-03-18T22·12-0700
committerMatthew Garrett <mjg59@google.com>2018-03-18T22·12-0700
commit9286d9a1d9d133d9897becf3898025d822a7d841 (patch)
treea81e8c49ec0d4f4fac8d5531631eedc1b54b7cf5 /setup.py
parent8b593beff968caf47bf19e703e8fc3b1df3d5e6a (diff)
Version 0.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a79afb5558f7..a9382c109f4c 100644
--- a/setup.py
+++ b/setup.py
@@ -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',