diff options
author | Matthew Garrett <mjg59@google.com> | 2017-11-25T20·21-0800 |
---|---|---|
committer | Matthew Garrett <mjg59@google.com> | 2017-11-25T20·21-0800 |
commit | 8bc67af6d73c75587d40f6dbfa3b975c7d69a8a4 (patch) | |
tree | 350c22360a13887da1a9119390fbc3e8c89bc922 /setup.py | |
parent | b8cf8d073e409fafef50ad0fb5435cb23d016bb2 (diff) |
Bump version
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index 1971c92b2f0d..f8d1f4cab807 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ try: except ImportError as e: dynamic_requires = ['pycrypto==2.6.1'] -version = 0.5 +version = 0.6 setup( name='broadlink', - version=0.5, + version=0.6, author='Matthew Garrett', author_email='mjg59@srcf.ucam.org', url='http://github.com/mjg59/python-broadlink', |