diff --git a/setup.py b/setup.py index 5cdc4f0..507ae5d 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 da1d11f..e4e7c14 100644 --- a/ssh/__init__.py +++ b/ssh/__init__.py @@ -55,7 +55,7 @@ if sys.version_info < (2, 2): __author__ = "Jeff Forcier " -__version__ = "1.7.10" +__version__ = "1.7.11" __license__ = "GNU Lesser General Public License (LGPL)"