diff options
author | Robey Pointer <robey@lag.net> | 2004-11-07 03:10:53 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-11-07 03:10:53 +0000 |
commit | 73e8a134ce8ac05c30d6d269dda40b42ff4e8488 (patch) | |
tree | 42e01603ae7d83ff28ffb3b58da41b1ede2b655a /setup.py | |
parent | 920df7d0ae14dfcca92b4a952b84fa40e7c71222 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-109]
v1.0 (jigglypuff)
bump all the version numbers up to 1.0 (jigglypuff).
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,13 +13,13 @@ Required packages: ''' setup(name = "paramiko", - version = "0.9-ivysaur", + version = "1.0", description = "SSH2 protocol library", author = "Robey Pointer", author_email = "robey@lag.net", url = "http://www.lag.net/~robey/paramiko/", packages = [ 'paramiko' ], - download_url = 'http://www.lag.net/~robey/paramiko/paramiko-0.9-ivysaur.zip', + download_url = 'http://www.lag.net/~robey/paramiko/paramiko-1.0.zip', license = 'LGPL', platforms = 'Posix; MacOS X; Windows', classifiers = [ 'Development Status :: 3 - Alpha', |