From 48298d5a80d0be4717057e5e648176e2d550cb8b Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Wed, 25 Nov 2009 14:39:50 +0000 Subject: 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 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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") -- cgit v1.2.1