diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 14:14:05 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 14:14:05 -0700 |
commit | 7484a221803a3f9aa959d9fd02770ee9c2c90ad5 (patch) | |
tree | 0195b98649d84945cbd55fa33d726779ab3bd01e /setup.py | |
parent | c7f67445f7003a9705b171396c473ef8c05bb054 (diff) |
Cut 1.13.1
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.0", + version = "1.13.1", description = "SSH2 protocol library", long_description = longdesc, author = "Jeff Forcier", |