summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2011-06-30 18:05:22 +0000
committerJustin Ross <jross@apache.org>2011-06-30 18:05:22 +0000
commit60221e0c640155ff1f045c6d007e7e6582a65211 (patch)
tree777c3410fb589fe48ef52f94a646b7f61c60ee21 /python
parentf48c4890e25c3cd76b7534cfca56e40ee30eb7ca (diff)
downloadqpid-python-60221e0c640155ff1f045c6d007e7e6582a65211.tar.gz
QPID-3331: Update trunk versions to 0.13 for the next release
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1141643 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 a301b3e4cc..65cb72854f 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.11",
+ version="0.13",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["mllib", "qpid", "qpid.messaging", "qpid.tests",