diff options
| author | Justin Ross <jross@apache.org> | 2013-03-24 23:37:00 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2013-03-24 23:37:00 +0000 |
| commit | 37d6b9497a4e0780005750d4bdb4697e33823466 (patch) | |
| tree | e9649271941b16adb85c1af830ad5731b1e4c733 /python | |
| parent | b3ad2138dda2b71ef52ac47ff83d3f4a48de4e67 (diff) | |
| download | qpid-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 'python')
| -rwxr-xr-x | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 56af530b43..5afa913183 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.21", + version="0.23", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", |
