about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorRaman Gupta <7243222+raman325@users.noreply.github.com>2019-05-17T12·54-0400
committerGitHub <noreply@github.com>2019-05-17T12·54-0400
commit550a01bbab41a94341dc89d6de72b8aa5812a5a8 (patch)
tree0b58eb5aad4ef1709984fc0e0d7c510281da3529 /setup.py
parent1d6d8d2aee6e221aa3383e4078b19b7b95397f43 (diff)
Bump PyPI package version
The latest build of this package is still listing pycryptodome 3.4.11 as a dependency. Please trigger a new push so that these changes are reflected there.
Diffstat (limited to '')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f4482eff56..a9af7823b2 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.9
+version = 0.91
 
 setup(
     name='broadlink',
-    version=0.9,
+    version=0.91,
     author='Matthew Garrett',
     author_email='mjg59@srcf.ucam.org',
     url='http://github.com/mjg59/python-broadlink',