summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2011-11-03 20:58:09 +0000
committerJustin Ross <jross@apache.org>2011-11-03 20:58:09 +0000
commita8a1bc4c7f1248d28e436779a1bf4ebefc27d4be (patch)
tree5c0d13d7db6bd4ab49130dd9c0ee5b59745310f6 /qpid/python
parent314946ae826b559f8670fba217c2ae4ef12da438 (diff)
downloadqpid-python-a8a1bc4c7f1248d28e436779a1bf4ebefc27d4be.tar.gz
QPID-3583: Update release-branch version from 0.13 to 0.14
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.14@1197306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-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 65cb72854f..cdac540d5f 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.13",
+ version="0.14",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",