1
0
mirror of https://github.com/mjg59/python-broadlink.git synced 2024-11-10 18:00:12 +01:00

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.
This commit is contained in:
Raman Gupta 2019-05-17 08:54:05 -04:00 committed by GitHub
parent 1d6d8d2aee
commit 550a01bbab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',