summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJohn Ferlan <jferlan@redhat.com>2017-01-18 08:28:49 -0500
committerJohn Ferlan <jferlan@redhat.com>2017-01-18 08:29:13 -0500
commitaca4c8ac2370fd29f4bcb68b2d4a59c7ec110738 (patch)
treea0ff7f230b3f94acba5759af0f6e24e83b782536 /setup.py
parentfa88bbe562740d0faace2a0a8e90b17f9639c0c8 (diff)
downloadlibvirt-python-aca4c8ac2370fd29f4bcb68b2d4a59c7ec110738.tar.gz
Post-release version bump to 3.1.0
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 da773da..120ddd5 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.0.0',
+ version = '3.1.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',