From 550a01bbab41a94341dc89d6de72b8aa5812a5a8 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Fri, 17 May 2019 08:54:05 -0400 Subject: 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. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit 1.4.1