summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2011-11-03 20:54:31 +0000
committerJustin Ross <jross@apache.org>2011-11-03 20:54:31 +0000
commitcea9e440de0229c582df0d3d6c6cf76bc554d215 (patch)
tree9fe7d78eb5b72cebbc36e48fcd653458fc0877b8 /python
parent53251a731e760fc7998a1c321d87aadf34f6d143 (diff)
downloadqpid-python-cea9e440de0229c582df0d3d6c6cf76bc554d215.tar.gz
QPID-3583: Update trunk version from 0.13 to 0.15
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1197304 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 65cb72854f..a0717ece1b 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.13",
+ version="0.15",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",