We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69c341 commit 90c6812Copy full SHA for 90c6812
doc/conf.py
@@ -64,9 +64,9 @@
64
# built documents.
65
#
66
# The short X.Y version.
67
-version = '0.7'
+version = '0.70'
68
# The full version, including alpha/beta/rc tags.
69
-release = '0.7'
+release = '0.70.2'
70
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
# for a list of supported languages.
setup.py
@@ -17,7 +17,7 @@
17
from setuptools import find_packages
18
19
setup(name='parallel-ssh',
20
- version='0.70.1',
+ version='0.70.2',
21
description='Asynchronous parallel SSH library',
22
author='Panos Kittenis',
23
author_email='[email protected]',
0 commit comments