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 | 8fc21f402dfef2e82233d4694bd67650e8df1d3a (patch) | |
| tree | 0867374787cefa8d685e77650e80526120ba8fbf /qpid/python/setup.py | |
| parent | 9868b7cc25c99f92c1ad645117e44fbdb189c335 (diff) | |
| download | qpid-python-8fc21f402dfef2e82233d4694bd67650e8df1d3a.tar.gz | |
Upped qpid version to 0.7 for next development cycle
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
| -rw-r--r-- | qpid/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py index be8c7c2a03..a188cdb404 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.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") |
