diff options
author | Daniel Høyer Iversen <mail@dahoiv.net> | 2019-05-18T15·11+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-18T15·11+0200 |
commit | 508b0563eda70a67a04df3986c5ea95723d1c31d (patch) | |
tree | 696e66cff6e07b775a417a79598956995e06099f | |
parent | bb0fb1bd6d436efb615e55a0e4bf24b4d5127517 (diff) |
0.10
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index a9af7823b256..d85875e201e9 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.91 +version = 0.10 setup( name='broadlink', - version=0.91, + version=0.10, author='Matthew Garrett', author_email='mjg59@srcf.ucam.org', url='http://github.com/mjg59/python-broadlink', |