summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-06-28 08:00:12 +0000
committerRobey Pointer <robey@lag.net>2005-06-28 08:00:12 +0000
commitdff128c814635413a3cb83dd18d56db8dabe21e8 (patch)
tree0fa9294b2117515d8bde95bceb49058e63a9f226 /setup.py
parentac475d4a549ba36806bac7e4a3d0b5e25e7adc87 (diff)
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-20]
fix docs and update version to 1.3.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 0cdc8f02..a6ce7281 100644
--- a/setup.py
+++ b/setup.py
@@ -30,13 +30,13 @@ Required packages:
'''
setup(name = "paramiko",
- version = "1.3",
+ version = "1.3.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.3.zip',
+ download_url = 'http://www.lag.net/paramiko/download/paramiko-1.3.1.zip',
license = 'LGPL',
platforms = 'Posix; MacOS X; Windows',
classifiers = [ 'Development Status :: 3 - Alpha',