summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-11-06 15:42:37 +0100
committerDaniel Veillard <veillard@redhat.com>2019-11-06 15:42:37 +0100
commit1236ff5386c19f04de593bdc40dd14a5c0cc4926 (patch)
tree6549b087fc12f970508e55e8c63c5c9ff6fde265 /setup.py
parent70ad5acdfd0fc1f0c2c17dffb74ee9e980ea015c (diff)
downloadlibvirt-python-5.9.0.tar.gz
Release of libvirt-python 5.9.0v5.9.0
* setup.py: update for release Signed-off-by: Daniel Veillard <veillard@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aa55783..585d4f0 100755
--- a/setup.py
+++ b/setup.py
@@ -334,7 +334,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '5.8.0',
+ version = '5.9.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',