summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2013-07-18 01:56:23 +0000
committerJustin Ross <jross@apache.org>2013-07-18 01:56:23 +0000
commit6f20b974637a6db06e7652c98275f4486396b89c (patch)
treeaa9fb6aaa6fca2fbe5f72de86a7e0e54af563bdb /python
parenta75151e2eee38d6676682676b913791b4c55fc30 (diff)
downloadqpid-python-6f20b974637a6db06e7652c98275f4486396b89c.tar.gz
QPID-4961: Change trunk version to 0.25
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1504343 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 bc8c3e3fa4..aefd86e293 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.23",
+ version="0.25",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",