From 5156b60b1f491add456b4165b43099ea8d6afaae Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 6 Jul 2019 22:24:00 -0500 Subject: [PATCH] Temporary version hack Make it easier to test backup-v9 tag against newer build than 5.5 that it forked from. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47b7c0c..094e867 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.5.0', + version = '5.6.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com', -- 2.11.4.GIT