summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2019-07-02 22:48:04 +0200
committerDaniel Veillard <veillard@redhat.com>2019-07-02 22:48:04 +0200
commited2e7e79e533e4a5967437177e327f81c6540584 (patch)
treed651b1a1cd71dac92cc07a93aee411307649e08e
parent6798609a5ec5ba6a0d17633432591dacbc6d7f08 (diff)
downloadlibvirt-python-5.5.0.tar.gz
Release of libvirt-python 5.5.0v5.5.0
* setup.py: update 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 b654ee5..47b7c0c 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.4.0',
+ version = '5.5.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',