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 | 687f835d55cdd328a6fab2c6c900918c8fc16209 (patch) | |
| tree | 1bea953888fc29c2b3320987a6c4f835e5d4cbf3 /qpid/python/setup.py | |
| parent | 990613d5320add3f29119e5039f9d757638be1fb (diff) | |
| download | qpid-python-687f835d55cdd328a6fab2c6c900918c8fc16209.tar.gz | |
QPID-4637: Change the Qpid version to 0.23
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1460486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/setup.py')
| -rwxr-xr-x | qpid/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/setup.py b/qpid/python/setup.py index 56af530b43..5afa913183 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.21", + version="0.23", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", |
