diff options
| author | Daniel Veillard <veillard@redhat.com> | 2020-04-02 21:26:41 +0200 |
|---|---|---|
| committer | Daniel Veillard <veillard@redhat.com> | 2020-04-02 21:26:41 +0200 |
| commit | 85c5243497e6f464dc375828ca28a899ec9a1930 (patch) | |
| tree | 8e4a2da04e011cec1ae9346ffe96c749350d9266 /setup.py | |
| parent | eed36f8935fb24ed081497c74d9509f2b2badee8 (diff) | |
| download | libvirt-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>
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
