summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2018-08-06 11:42:06 +0200
committerDaniel Veillard <veillard@redhat.com>2018-08-06 11:42:06 +0200
commit0159ae02dfdd2536d58af78e712a18380466dffd (patch)
treea61a7c25d9ce7f6741c9453b653d580ce98a6286
parent7b4d6760659a36f2a8b609f31da218b437ffc8bc (diff)
downloadlibvirt-python-4.6.0.tar.gz
Release of libvirt-python-4.6.0v4.6.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 124c94b..82844bc 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.5.0',
+ version = '4.6.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',