From b69ab6ec8b28376eecef3646dd070415665622d7 Mon Sep 17 00:00:00 2001 From: Dan <22e889d8@opayq.com> Date: Thu, 10 Dec 2015 17:50:34 +0000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d7b2dee..7180b562 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup, find_packages setup(name='parallel-ssh', - version='0.80.5', + version='0.80.6', description='Asynchronous parallel SSH library', author='Panos Kittenis', author_email='pkittenis@gmail.com',