diff options
| author | Justin Ross <jross@apache.org> | 2014-03-20 17:29:51 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2014-03-20 17:29:51 +0000 |
| commit | b2369f9be92c573bd37b3ccc3142b9900625434f (patch) | |
| tree | 1c19f442add524c031c986e5baa926536508b457 /qpid/python | |
| parent | c6e0ff9682d253b95e553c4e7d9038c014c84368 (diff) | |
| download | qpid-python-b2369f9be92c573bd37b3ccc3142b9900625434f.tar.gz | |
QPID-5600: Advance the version number on trunk to 0.29
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rwxr-xr-x | 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 67b6d25472..c56ff6afba 100755 --- a/qpid/python/setup.py +++ b/qpid/python/setup.py @@ -298,7 +298,7 @@ class install_lib(_install_lib): return outfiles + extra setup(name="qpid-python", - version="0.27", + version="0.29", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", |
