From 777d1576ca825f43d00f699865ead9bc0c37c637 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 28 Apr 2013 19:01:40 -0700 Subject: [PATCH] Bump dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6caccf..02a71e5 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.10.1", + version = "1.11.0", description = "SSH2 protocol library", author = "Jeff Forcier", author_email = "jeff@bitprophet.org",