summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2020-08-03 00:23:16 +0200
committerJiri Denemark <jdenemar@redhat.com>2020-08-03 00:23:16 +0200
commit2966ed608574097d6d795526051c40b00244fa72 (patch)
tree6854957f0d90f0638a5f6fd57a65e03d7040105e /setup.py
parentca394b9f3cec48f76b715836a737384f6660e1a6 (diff)
downloadlibvirt-python-2966ed608574097d6d795526051c40b00244fa72.tar.gz
Post-release version bump to 6.7.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
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 6a86c80..b4b3cc8 100755
--- a/setup.py
+++ b/setup.py
@@ -339,7 +339,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '6.6.0',
+ version = '6.7.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',