summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-06 13:06:08 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-06 13:06:08 -0800
commita3b44c7ed9a26231fcdf0e795305311da8814f92 (patch)
treea7d42b883aac8fcb6c3abe6aa52dea9bcb470741 /setup.py
parentebd007b21757d3a88b7f769fa6000662fae2eb9a (diff)
downloadparamiko-a3b44c7ed9a26231fcdf0e795305311da8814f92.tar.gz
Bump to 1.9.0 for release
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 73407b03..1bb1a715 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ if sys.platform == 'darwin':
setup(name = "paramiko",
- version = "1.8.0",
+ version = "1.9.0",
description = "SSH2 protocol library",
author = "Jeff Forcier",
author_email = "jeff@bitprophet.org",