summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2017-09-04 12:19:20 +0200
committerDaniel Veillard <veillard@redhat.com>2017-09-04 12:19:20 +0200
commit4ed61cae8fbbff2ce3e7afb6e5765f49c9fbabb5 (patch)
tree8f8261bdc4a3fbed34c95a77d81d07f092375297
parent213ee4d7ae7b2d41bda10a1dfd1ebf9f95f64f04 (diff)
downloadlibvirt-python-3.7.0.tar.gz
Release of libvirt-python 3.7.0v3.7.0
* setup.py: updated for release
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ebbf52c..6e5242d 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 = '3.6.0',
+ version = '3.7.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',