From 8b12cb6f76a5e38a9730e1ca172088af3fb1c41c Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 2 Sep 2014 11:04:58 +0200 Subject: [PATCH] Post-release version bump for new dev cycle Signed-off-by: Michal Privoznik --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5c6542..167f568 100755 --- a/setup.py +++ b/setup.py @@ -309,7 +309,7 @@ class my_clean(clean): _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '1.2.8', + version = '1.2.9', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com',