summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2011-11-18 08:56:12 -0800
committerJeff Forcier <jeff@bitprophet.org>2011-11-18 08:56:12 -0800
commit9234baed01df9ca3ac59920ae6f98808b7ca5213 (patch)
treec6edceecd47a8491bf00883813571353bef6d8b6
parentd9ba7a644c2170b6779ae586e70d2d9fe75ba439 (diff)
downloadparamiko-v1.7.11.tar.gz
Bump to 1.7.11v1.7.111.7.11
-rw-r--r--setup.py2
-rw-r--r--ssh/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5cdc4f0e..507ae5dc 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ if sys.platform == 'darwin':
setup(name = "ssh",
- version = "1.7.10",
+ version = "1.7.11",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",
diff --git a/ssh/__init__.py b/ssh/__init__.py
index da1d11fd..e4e7c14a 100644
--- a/ssh/__init__.py
+++ b/ssh/__init__.py
@@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
-__version__ = "1.7.10"
+__version__ = "1.7.11"
__license__ = "GNU Lesser General Public License (LGPL)"