summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2018-09-03 19:23:31 +0200
committerDaniel Veillard <veillard@redhat.com>2018-09-03 19:23:31 +0200
commitfc4000152ef8ff92d3dc99e3312f69ecb6d5bdb4 (patch)
treecdf7b81367d4c4346e7fed5ece29b35c7f04eeed
parent0159ae02dfdd2536d58af78e712a18380466dffd (diff)
downloadlibvirt-python-4.7.0.tar.gz
Release of libvirt-python=4.7.0v4.7.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 82844bc..964a40e 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 = '4.6.0',
+ version = '4.7.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',