diff --git a/doc/conf.py b/doc/conf.py index 89e79b56..56123d4a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = '0.7' +version = '0.70' # The full version, including alpha/beta/rc tags. -release = '0.7' +release = '0.70.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 5336c69f..217337cf 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ from setuptools import find_packages setup(name='parallel-ssh', - version='0.70.1', + version='0.70.2', description='Asynchronous parallel SSH library', author='Panos Kittenis', author_email='pkittenis@gmail.com',