summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2015-08-03 17:55:14 +0800
committerDaniel Veillard <veillard@redhat.com>2015-08-03 17:55:14 +0800
commit5037e17b131d302ccd7a7beb8afeea947502856d (patch)
treea629b97802f0490e36f1ade314256231d00d9c9a /setup.py
parent0a59630a341f73f716e635a8635c053861695cf1 (diff)
downloadlibvirt-python-5037e17b131d302ccd7a7beb8afeea947502856d.tar.gz
Forgot to bump version to 1.2.18
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 8d34fde..ddde113 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.2.17',
+ version = '1.2.18',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',