summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-07-13 12:46:17 -0700
committerRobey Pointer <robey@lag.net>2006-07-13 12:46:17 -0700
commitffcc22e784430acc7f67aa36e0104d8eca5f0c35 (patch)
tree606205e3becd5b7268d6bef2e03851d3d255b2fe /setup.py
parentec6e76abc6b01e1c341d84558bcdb4ed223cbbf4 (diff)
[project @ robey@lag.net-20060713194617-35597c20a6b3bc59]
bump version to 1.6 (oops, forgot to check this in a few days ago)
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 003bc398..54299c8e 100644
--- a/setup.py
+++ b/setup.py
@@ -42,13 +42,13 @@ except ImportError:
kw = {}
setup(name = "paramiko",
- version = "1.6",
+ version = "1.6.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.6.zip',
+ download_url = 'http://www.lag.net/paramiko/download/paramiko-1.6.1.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
classifiers = [ 'Development Status :: 5 - Production/Stable',