summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2016-11-01 21:51:07 +0100
committerDaniel Veillard <veillard@redhat.com>2016-11-01 21:51:07 +0100
commit3cc6864c96e4938a89a62e3a7269ea1c8a9cbfa6 (patch)
treea23b76bc3d075a527b3defc5814ad7d2493d8812
parent0061566872ed3fdf7b0ec101c20d3ddb78093a06 (diff)
downloadlibvirt-python-2.4.0.tar.gz
Release of libvirt-2.4.0v2.4.0
* setup.py: just bumped up the release number
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8a77345..683dc93 100755
--- a/setup.py
+++ b/setup.py
@@ -307,7 +307,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '2.3.0',
+ version = '2.4.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',