summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-01-04 21:18:24 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-01-04 21:18:24 +0000
commitae7374cb177508b2fc4a0c7d5ed62476fb9a140f (patch)
treeac6e8181810de93898011fa40c51aa3bae1fe102 /python/setup.py
parenta05693d366af6afcb663fbfa8c60d6bc2064a02e (diff)
downloadqpid-python-ae7374cb177508b2fc4a0c7d5ed62476fb9a140f.tar.gz
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
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 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")