diff --git a/setup.py b/setup.py index 41561005..71a836fe 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import find_packages setup(name='parallel-ssh', - version='0.6', + version='0.61', description='Wrapper library over paramiko to allow remote execution of tasks. Supports parallel execution on multiple hosts', author='Panos Kittenis', author_email='pkittenis@gmail.com',