diff options
author | Raman Gupta <7243222+raman325@users.noreply.github.com> | 2019-05-17T12·54-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17T12·54-0400 |
commit | 550a01bbab41a94341dc89d6de72b8aa5812a5a8 (patch) | |
tree | 0b58eb5aad4ef1709984fc0e0d7c510281da3529 | |
parent | 1d6d8d2aee6e221aa3383e4078b19b7b95397f43 (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.
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py index f4482eff56d1..a9af7823b256 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', |