diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 23:43:48 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-08-25 23:43:48 -0700 |
commit | d7b93df7aaf9f409da7578a107829c138d042121 (patch) | |
tree | e4a22fe9360117ca8d4d85d9628d7581a57ac97c /setup.py | |
parent | deea38fa49914d9a0e19cc3994b4d2aa0dfa3e58 (diff) |
Cut 1.14.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.14.0", + version = "1.14.1", description = "SSH2 protocol library", long_description = longdesc, author = "Jeff Forcier", |