From 3cc6864c96e4938a89a62e3a7269ea1c8a9cbfa6 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 1 Nov 2016 21:51:07 +0100 Subject: [PATCH] Release of libvirt-2.4.0 * setup.py: just bumped up the release number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a77345..683dc93 100755 --- a/setup.py +++ b/setup.py @@ -307,7 +307,7 @@ class my_clean(clean): _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '2.3.0', + version = '2.4.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com',