diff options
| author | Justin Ross <jross@apache.org> | 2012-07-09 15:54:44 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2012-07-09 15:54:44 +0000 |
| commit | ef316307b867114becafeb2390b02f14e765b33f (patch) | |
| tree | d318a2b7e1b95f65f2905ead50430b87b82e52d0 /qpid/python/setup.py | |
| parent | 7df954d6592a5a553cc7a48e333a24c244159863 (diff) | |
| download | qpid-python-ef316307b867114becafeb2390b02f14e765b33f.tar.gz | |
QPID-4111: Adjust versions to 0.18 on the release branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.18@1359232 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 225ee44b91..a381020d6c 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.17", + version="0.18", author="Apache Qpid", author_email="dev@qpid.apache.org", packages=["mllib", "qpid", "qpid.messaging", "qpid.tests", |
