diff options
author | Robey Pointer <robey@lag.net> | 2006-02-19 23:23:03 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-02-19 23:23:03 -0800 |
commit | 5b7957ce39fe1017503fe284ba2297892bd2d3bd (patch) | |
tree | 7449fdadf99ef9852e1d198a86c5d1e84387fe25 /setup.py | |
parent | 2103553ff5df622781e841507c10b9607629d638 (diff) |
[project @ robey@lag.net-20060220072303-cdc3bc647d5732b0]
bump version to 1.5.3
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,13 +42,13 @@ except ImportError: kw = {} setup(name = "paramiko", - version = "1.5.2", + version = "1.5.3", 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.2.zip', + download_url = 'http://www.lag.net/paramiko/download/paramiko-1.5.3.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 5 - Production/Stable', |