summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2014-03-20 17:29:51 +0000
committerJustin Ross <jross@apache.org>2014-03-20 17:29:51 +0000
commit3915f4af385de6e7af7ebc4f2cbb4dc5e98d8036 (patch)
treea8533f684bd93c6561c3204a7489d6a96d687670 /python
parent4a48ce6fb6c4c0c48bfd8a739a9a058e130b705f (diff)
downloadqpid-python-3915f4af385de6e7af7ebc4f2cbb4dc5e98d8036.tar.gz
QPID-5600: Advance the version number on trunk to 0.29
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1579690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 67b6d25472..c56ff6afba 100755
--- a/python/setup.py
+++ b/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",