diff options
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") |