summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2013-11-12 22:36:16 +0000
committerJustin Ross <jross@apache.org>2013-11-12 22:36:16 +0000
commitbb0fa0212136f70bfe26034c3a3035fd938dab3e (patch)
tree1928c56736d085baf0deabb3ffe0334484a7d373 /python
parent3f11310a23a82dddc6237f5c15abfc1a05af19dc (diff)
downloadqpid-python-bb0fa0212136f70bfe26034c3a3035fd938dab3e.tar.gz
QPID-5255: Change trunk version to 0.27
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541283 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 aefd86e293..67b6d25472 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.25",
+ version="0.27",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",