summaryrefslogtreecommitdiff
path: root/qpid/python
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
commit1b8e9693fd3d61d48f3ac2a0bc401c146d8875ac (patch)
tree204006d32fac65b2725a111d9b9c09211fd18061 /qpid/python
parent098c50aa277d1168d1b7189db1662a9e6d3786aa (diff)
downloadqpid-python-1b8e9693fd3d61d48f3ac2a0bc401c146d8875ac.tar.gz
Change java and python package versions to 0.6
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py
index 40b4fd6ed8..be8c7c2a03 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.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")