summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-03-11 20:29:05 -0800
committerRobey Pointer <robey@lag.net>2006-03-11 20:29:05 -0800
commit4eb0b9ac3e4c9987ac17eba84e79074da7449385 (patch)
treec2788ce603e99b53bfb24f847947772244ef7a80 /setup.py
parent82d8ca6e118d369d4d67d251d3057c20e8cc5af1 (diff)
downloadparamiko-4eb0b9ac3e4c9987ac17eba84e79074da7449385.tar.gz
[project @ robey@lag.net-20060312042905-752c324bdc1ac2cf]
bump version to 1.5.4
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 97790542..3d6d315e 100644
--- a/setup.py
+++ b/setup.py
@@ -42,13 +42,13 @@ except ImportError:
kw = {}
setup(name = "paramiko",
- version = "1.5.3",
+ version = "1.5.4",
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.3.zip',
+ download_url = 'http://www.lag.net/paramiko/download/paramiko-1.5.4.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
classifiers = [ 'Development Status :: 5 - Production/Stable',