summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2017-04-02 17:08:59 +0200
committerDaniel Veillard <veillard@redhat.com>2017-04-02 17:08:59 +0200
commit069269e896e16ae8e1f3ebb4dd15655b8d2d944b (patch)
treeac4247ca799c65b7f1d452c3ee22eef0b1faaef6 /setup.py
parenta927799334a59b04c82dc21983fbb885fd7820d1 (diff)
downloadlibvirt-python-069269e896e16ae8e1f3ebb4dd15655b8d2d944b.tar.gz
Release of libvirt-python-3.2.0v3.2.0
* setup.py: bumped version
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 120ddd5..71998e2 100755
--- a/setup.py
+++ b/setup.py
@@ -322,7 +322,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '3.1.0',
+ version = '3.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',