summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-11-25 14:39:50 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-11-25 14:39:50 +0000
commit48298d5a80d0be4717057e5e648176e2d550cb8b (patch)
treefad01519489a04ca21a211dea5abc35a9daf7f34 /python/setup.py
parent616fa9dda702cf77377968ed8def96d9a2ed7097 (diff)
downloadqpid-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.py2
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")