diff options
author | Robey Pointer <robey@lag.net> | 2007-02-18 13:22:28 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2007-02-18 13:22:28 -0800 |
commit | cb0e01dd867067a6bd6dd7bfc44d4618e6508348 (patch) | |
tree | 3f351af781c448122f04355d9623f48bd57ed455 /setup.py | |
parent | 87d97fa2091d42b1764cc482a03e1e2005798a45 (diff) |
[project @ robey@lag.net-20070218212228-qdk8w1n4is0cady3]
bump version to 1.7 zubat
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,13 +48,13 @@ if sys.platform == 'darwin': setup(name = "paramiko", - version = "1.6.4", + version = "1.7", 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.6.4.zip', + download_url = 'http://www.lag.net/paramiko/download/paramiko-1.7.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |