summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-03-04 11:42:24 +0100
committerDaniel Veillard <veillard@redhat.com>2019-03-04 11:42:24 +0100
commit54e430448efa7bf1120423d289b41a97bcb04218 (patch)
tree6436d800c47f01629790dd87ed09c1c4bfefc7da
parent878446e7f9fc1086b074d52c881e207021a11486 (diff)
downloadlibvirt-python-54e430448efa7bf1120423d289b41a97bcb04218.tar.gz
Release of libvirt-python 5.1.0v5.1.0
* setup.py: updated for release 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 02e7b18..8246fef 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.0.0',
+ version = '5.1.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',