We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b513b41 commit 8223643Copy full SHA for 8223643
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import find_packages
3
4
setup(name='parallel-ssh',
5
- version='0.2',
+ version='0.3',
6
description='Wrapper library over paramiko to allow remote execution of tasks. Supports parallel execution on multiple hosts',
7
author='Panos Kittenis',
8
author_email='[email protected]',
0 commit comments