about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Garrett <mjg59@google.com>2018-04-24T15·33-0700
committerMatthew Garrett <mjg59@google.com>2018-04-24T15·33-0700
commit766b7b00fb1cec868e3d5fca66f1aada208959ce (patch)
tree7f92f752dae8679ea76b3a57ced319e5f798dbd6 /setup.py
parent75b323c640ee2660b22eba25bee7a03cf1f25a18 (diff)
Version 0.9
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 a9382c109f4c..23fb5de1fc54 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.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',