summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2018-10-01 17:40:35 +0200
committerDaniel Veillard <veillard@redhat.com>2018-10-01 17:40:35 +0200
commitb1828e604f92c426301cd63b174292c9fda88182 (patch)
tree95f07714de8070b638455b83554b725c4108f8cc
parent9dff88056c83623b82e8d1b8b9fb1dcfa07d82da (diff)
downloadlibvirt-python-4.8.0.tar.gz
Release of libvirt-python 4.8.0v4.8.0
Signed-off-by: Daniel Veillard <veillard@redhat.com> - setup.py : updated for release
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 964a40e..f80bef5 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 = '4.7.0',
+ version = '4.8.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',