diff options
author | Robey Pointer <robey@lag.net> | 2005-10-31 03:28:54 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-10-31 03:28:54 +0000 |
commit | b9106e4f214c7b58b18d67e1a01d69eccbb9155d (patch) | |
tree | c617aba32117a0a122af288cc438a127194e0750 /setup.py | |
parent | b1d58c5cebbb1a2a847bb20045c5b981f2f99c5b (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-77]
bump up version to 1.5.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,13 +30,13 @@ Required packages: ''' setup(name = "paramiko", - version = "1.5", + version = "1.5.1", description = "SSH2 protocol library", author = "Robey Pointer", author_email = "robey@lag.net", url = "http://www.lag.net/paramiko/", packages = [ 'paramiko' ], - download_url = 'http://www.lag.net/paramiko/download/paramiko-1.5.zip', + download_url = 'http://www.lag.net/paramiko/download/paramiko-1.5.1.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |