summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-10-31 03:28:54 +0000
committerRobey Pointer <robey@lag.net>2005-10-31 03:28:54 +0000
commitb9106e4f214c7b58b18d67e1a01d69eccbb9155d (patch)
treec617aba32117a0a122af288cc438a127194e0750 /setup.py
parentb1d58c5cebbb1a2a847bb20045c5b981f2f99c5b (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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 9daf85ea..db19c541 100644
--- a/setup.py
+++ b/setup.py
@@ -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',