summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2021-12-01 10:53:47 +0100
committerJiri Denemark <jdenemar@redhat.com>2021-12-01 10:53:47 +0100
commit2d36853d5725a572d586c98937531125e889af3d (patch)
tree0b72250b4249036e79c438e7483c6de983134b86 /setup.py
parent8f6f40214207003a8746e7fc213224738a8f8564 (diff)
downloadlibvirt-python-2d36853d5725a572d586c98937531125e889af3d.tar.gz
Post-release version bump to 8.0.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 a371ed5..e930ecd 100755
--- a/setup.py
+++ b/setup.py
@@ -335,7 +335,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '7.10.0',
+ version = '8.0.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',