From 069269e896e16ae8e1f3ebb4dd15655b8d2d944b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 2 Apr 2017 17:08:59 +0200 Subject: [PATCH] Release of libvirt-python-3.2.0 * setup.py: bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 120ddd5..71998e2 100755 --- a/setup.py +++ b/setup.py @@ -322,7 +322,7 @@ class my_clean(clean): _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '3.1.0', + version = '3.2.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com',