Bump to 1.7.11

This commit is contained in:
Jeff Forcier 2011-11-18 08:56:12 -08:00
parent d9ba7a644c
commit 9234baed01
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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)"