summaryrefslogtreecommitdiff
path: root/qpid/python/setup.py
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2014-08-07 20:26:37 +0000
committerJustin Ross <jross@apache.org>2014-08-07 20:26:37 +0000
commitdba548b498b8718242353fb3b492d5e29b31e9e9 (patch)
treeb68c60663c4fac35db8ce68b6f5cea51337adf58 /qpid/python/setup.py
parent3beaac1c70d923f9997a3a0fd1fd9d5085f82a13 (diff)
downloadqpid-python-dba548b498b8718242353fb3b492d5e29b31e9e9.tar.gz
QPID-5813: Advance the branch release version to 0.30
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.30@1616588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
-rwxr-xr-xqpid/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py
index c56ff6afba..4e6ce8fe6b 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.29",
+ version="0.30",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",