diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:20:22 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-03-11 17:20:22 +0000 |
commit | ebe764d4eb4d87395bb0379604ce6e453323ac27 (patch) | |
tree | a1b0aafd84aae4c0c0434aee21d2151c70e333df /python/setup.py | |
parent | 135286d7862207640ccba02698308151ed0c738c (diff) | |
download | qpid-python-ebe764d4eb4d87395bb0379604ce6e453323ac27.tar.gz |
Update versions to 0.5
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py index a49fa6ca51..069cb14a3c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -19,7 +19,7 @@ # from distutils.core import setup -setup(name="qpid", version="0.1", packages=["qpid"], scripts=["amqp-doc"], - url="http://incubator.apache.org/qpid", +setup(name="qpid", version="0.5", packages=["qpid"], scripts=["amqp-doc"], + url="http://qpid.apache.org/", license="Apache Software License", description="Python language client implementation for Apache Qpid") |