Skip to content
Snippets Groups Projects
Commit 5e2452f1c87a authored by Jeff Forcier's avatar Jeff Forcier
Browse files

Cut 1.11.3

parent 68d524bd5be9
Branches
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
__author__ = "Jeff Forcier <jeff@bitprophet.org>" __author__ = "Jeff Forcier <jeff@bitprophet.org>"
__version__ = "1.11.2" __version__ = "1.11.3"
__version_info__ = tuple([ int(d) for d in __version__.split(".") ]) __version_info__ = tuple([ int(d) for d in __version__.split(".") ])
__license__ = "GNU Lesser General Public License (LGPL)" __license__ = "GNU Lesser General Public License (LGPL)"
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
setup(name = "paramiko", setup(name = "paramiko",
version = "1.11.2", version = "1.11.3",
description = "SSH2 protocol library", description = "SSH2 protocol library",
author = "Jeff Forcier", author = "Jeff Forcier",
author_email = "jeff@bitprophet.org", author_email = "jeff@bitprophet.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment