summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2020-04-02 21:26:41 +0200
committerDaniel Veillard <veillard@redhat.com>2020-04-02 21:26:41 +0200
commit85c5243497e6f464dc375828ca28a899ec9a1930 (patch)
tree8e4a2da04e011cec1ae9346ffe96c749350d9266
parenteed36f8935fb24ed081497c74d9509f2b2badee8 (diff)
downloadlibvirt-python-85c5243497e6f464dc375828ca28a899ec9a1930.tar.gz
Release of libvirt-python 6.2.0v6.2.0
* setup.py: bumped version to 6.2.0 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 cd7de5d..56b6eea 100755
--- a/setup.py
+++ b/setup.py
@@ -339,7 +339,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '6.1.0',
+ version = '6.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',