diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 16:13:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 16:13:33 -0700 |
commit | 951faed80b017e553a27c4cb98f210df44341f8f (patch) | |
tree | 16b810aaf50263083ca758b6bd70895cba4378a3 /setup.py | |
parent | 6d00c591cd30f1ae877ade16eaac14a05327cfe8 (diff) |
Cut 1.14
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ if sys.platform == 'darwin': setup( name = "paramiko", - version = "1.13.1", + version = "1.14.0", description = "SSH2 protocol library", long_description = longdesc, author = "Jeff Forcier", |