Skip to content

Commit 90c6812

Browse files
author
Dan
committed
Minor version bump
1 parent f69c341 commit 90c6812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '0.7'
67+
version = '0.70'
6868
# The full version, including alpha/beta/rc tags.
69-
release = '0.7'
69+
release = '0.70.2'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import find_packages
1818

1919
setup(name='parallel-ssh',
20-
version='0.70.1',
20+
version='0.70.2',
2121
description='Asynchronous parallel SSH library',
2222
author='Panos Kittenis',
2323
author_email='[email protected]',

0 commit comments

Comments
 (0)