From ae7374cb177508b2fc4a0c7d5ed62476fb9a140f Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 4 Jan 2010 21:18:24 +0000 Subject: Upped qpid version to 0.7 for next development cycle git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@895789 13f79535-47bb-0310-9956-ffa450edef68 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index be8c7c2a03..a188cdb404 100644 --- a/python/setup.py +++ b/python/setup.py @@ -19,7 +19,7 @@ # from distutils.core import setup -setup(name="qpid", version="0.6", packages=["qpid", "mllib"], scripts=["amqp-doc"], +setup(name="qpid", version="0.7", 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