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 | 71eea97e76057db06a69368053fc4af1c19facad (patch) | |
tree | 26acda43e0387d8dd32f0d4cfb76237eb6d0e1bd /qpid/python/setup.py | |
parent | f64fc1be6885fa4b88da7396b1eb93309cfc7e0f (diff) | |
download | qpid-python-71eea97e76057db06a69368053fc4af1c19facad.tar.gz |
Update versions to 0.5
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@752533 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
-rw-r--r-- | qpid/python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py index a49fa6ca51..069cb14a3c 100644 --- a/qpid/python/setup.py +++ b/qpid/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") |