From a077e6220b17d6b9d4d0bffedd712727cd09358e Mon Sep 17 00:00:00 2001 From: Dan <22e889d8@opayq.com> Date: Tue, 11 Aug 2015 14:50:02 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 217337cf..b98240e5 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import find_packages setup(name='parallel-ssh', - version='0.70.2', + version='0.70.3', description='Asynchronous parallel SSH library', author='Panos Kittenis', author_email='pkittenis@gmail.com',