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 1ad556c commit e75166cCopy full SHA for e75166c
.travis.yml
@@ -27,5 +27,5 @@ deploy:
27
secure: ZQJ41Nguc7Y5XHvtN8lITIiW1S1jvy0p50rssMUJpa9wVZIh0HcW0K/Xv2v17fDNuOvQlVbsF0sY/BmcRfH7c7nzwt7fRXGOjXbZk5djqwusKXL6zlVN7OKjAY6j2EByOjD9UpDDkB5tDqb4lRBCX87wknii/t+7/8P0ddoBojM=
28
on:
29
tags: true
30
- distributions: sdist bdist_wheel
+ distributions: sdist
31
repo: ParallelSSH/parallel-ssh
setup.py
@@ -21,7 +21,7 @@
21
convert_2_to_3['use_2to3'] = True
22
23
setup(name='parallel-ssh',
24
- version='0.92.2',
+ version='0.93.0',
25
description='Asynchronous parallel SSH library',
26
author='Panos Kittenis',
author_email='22e889d8@opayq.com',
0 commit comments