summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-05-07 13:39:39 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-05-07 13:39:39 -0700
commitc0667e1e6a1dd9b6cf2e47762b51d085417eb7c8 (patch)
treea3b69840d63d4b6ac9cdb197924bc84732569c9a /setup.py
parentac4c75471821fa5686c1f15e1b8613fe70639355 (diff)
Cut 1.11.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6222a7b0..6cb40de1 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ if sys.platform == 'darwin':
setup(
name = "paramiko",
- version = "1.11.5",
+ version = "1.11.6",
description = "SSH2 protocol library",
long_description = longdesc,
author = "Jeff Forcier",