From 8c682830a5fbd5e83fed71079b06d937a46da323 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 4 May 2019 20:19:34 +0200 Subject: [PATCH] Release of libvirt-python 5.3.0 * setup.py: bumped release version Signed-off-by: Daniel Veillard --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acff858..6fc42e9 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.2.0', + version = '5.3.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com',