diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:50 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-11-25 14:39:50 +0000 |
commit | 48298d5a80d0be4717057e5e648176e2d550cb8b (patch) | |
tree | fad01519489a04ca21a211dea5abc35a9daf7f34 /python/setup.py | |
parent | 616fa9dda702cf77377968ed8def96d9a2ed7097 (diff) | |
download | qpid-python-48298d5a80d0be4717057e5e648176e2d550cb8b.tar.gz |
Change java and python package versions to 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 40b4fd6ed8..be8c7c2a03 100644 --- a/python/setup.py +++ b/python/setup.py @@ -19,7 +19,7 @@ # from distutils.core import setup -setup(name="qpid", version="0.5", packages=["qpid", "mllib"], scripts=["amqp-doc"], +setup(name="qpid", version="0.6", packages=["qpid", "mllib"], scripts=["amqp-doc"], url="http://qpid.apache.org/", license="Apache Software License", description="Python language client implementation for Apache Qpid") |