summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-08-05 19:21:45 +0200
committerDaniel Veillard <veillard@redhat.com>2019-08-05 19:21:45 +0200
commitd3e647e20bba4606c67072693c4e32aeab23e2e0 (patch)
treef027c7c7cf2a54ed5139325a6c04e541926c98e9 /setup.py
parentda9adbd3e58dceaa1a3cd7ff1038508830a630db (diff)
downloadlibvirt-python-d3e647e20bba4606c67072693c4e32aeab23e2e0.tar.gz
Release of libvirt-python-5.6.0v5.6.0
* setup.py: updated for new release Signed-off-by: Daniel Veillard <veillard@redhat.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',