diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-01-04 21:18:24 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-01-04 21:18:24 +0000 |
commit | ae7374cb177508b2fc4a0c7d5ed62476fb9a140f (patch) | |
tree | ac6e8181810de93898011fa40c51aa3bae1fe102 /python/setup.py | |
parent | a05693d366af6afcb663fbfa8c60d6bc2064a02e (diff) | |
download | qpid-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.py | 2 |
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") |