diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 13:47:09 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-05-07 13:47:09 -0700 |
commit | 09e9d48db06b7e6eff090dc2cbbb94fef18a1b2c (patch) | |
tree | c7fa73eedc8d6ae12a741210d8d32fdce0fee15f /setup.py | |
parent | ec2460fb3c00648d0a161bcd5db34ca4777d2a6a (diff) |
Cut 1.12.4
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ if sys.platform == 'darwin': setup( name = "paramiko", - version = "1.12.3", + version = "1.12.4", description = "SSH2 protocol library", long_description = longdesc, author = "Jeff Forcier", |