summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2018-12-03 13:23:07 +0100
committerDaniel Veillard <veillard@redhat.com>2018-12-03 13:23:07 +0100
commitc57981ca714b6da13480257b9026d5b293a055b2 (patch)
treea0be94595348b54431504ba98ecc5323f59854e7
parent389cc9d0c720a2393bf797def57baeccceb59afb (diff)
downloadlibvirt-python-4.10.0.tar.gz
Release of libvirt-python-4.10.0v4.10.0
* setup.py: update to bump release number Signed-off-by: Daniel Veillard <veillard@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6013e88..2173425 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 = '4.9.0',
+ version = '4.10.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',