summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2016-01-17 10:49:23 +0800
committerDaniel Veillard <veillard@redhat.com>2016-01-17 10:49:23 +0800
commit53a5e24aee36bc574b1f8451760059fd06abc9d2 (patch)
tree774b0065ca8e5b21ae1aa48c6142637a8f1474c4
parent0852ae7430b51d71326874506553a72b7781451e (diff)
downloadlibvirt-python-53a5e24aee36bc574b1f8451760059fd06abc9d2.tar.gz
Version bump to 1.3.1v1.3.1
For release but no change from 1.3.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 04e3de4..d2beece 100755
--- a/setup.py
+++ b/setup.py
@@ -311,7 +311,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '1.3.0',
+ version = '1.3.1',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',