summaryrefslogtreecommitdiff
path: root/extras/qmf
diff options
context:
space:
mode:
authorJustin Ross <jross@apache.org>2013-03-24 23:37:00 +0000
committerJustin Ross <jross@apache.org>2013-03-24 23:37:00 +0000
commit37d6b9497a4e0780005750d4bdb4697e33823466 (patch)
treee9649271941b16adb85c1af830ad5731b1e4c733 /extras/qmf
parentb3ad2138dda2b71ef52ac47ff83d3f4a48de4e67 (diff)
downloadqpid-python-37d6b9497a4e0780005750d4bdb4697e33823466.tar.gz
QPID-4637: Change the Qpid version to 0.23
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1460486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'extras/qmf')
-rwxr-xr-xextras/qmf/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/qmf/setup.py b/extras/qmf/setup.py
index db62ddba99..ddfba19a49 100755
--- a/extras/qmf/setup.py
+++ b/extras/qmf/setup.py
@@ -20,7 +20,7 @@
from distutils.core import setup
setup(name="qpid-qmf",
- version="0.21",
+ version="0.23",
author="Apache Qpid",
author_email="dev@qpid.apache.org",
packages=["qmf"],