summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2018-11-04 18:06:40 +0100
committerDaniel Veillard <veillard@redhat.com>2018-11-04 18:15:48 +0100
commit65d63bca2099f24cb0714aab5200cf94ac9cafca (patch)
treecdd2185b0d928b59a51651fefb537b238bfefeb4
parent9af6f1a5d3cf7ab86615dffbf140c827c6db697e (diff)
downloadlibvirt-python-65d63bca2099f24cb0714aab5200cf94ac9cafca.tar.gz
Release of libvirt-python 4.9.0v4.9.0
* setup.py: update for new release Signed-off-by: Daniel Veillard <veillard@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f80bef5..6013e88 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.8.0',
+ version = '4.9.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',