From 10fe430718eb96b20280ffc0e54b9143a3fd1477 Mon Sep 17 00:00:00 2001 From: Dan <22e889d8@opayq.com> Date: Wed, 23 Mar 2016 17:46:23 +0000 Subject: [PATCH] Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17f4582f..9861b350 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ convert_2_to_3['use_2to3'] = True setup(name='parallel-ssh', - version='0.90.0', + version='0.91.0', description='Asynchronous parallel SSH library', author='Panos Kittenis', author_email='22e889d8@opayq.com',