summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-12-01 11:00:04 +0100
committerJiri Denemark <jdenemar@redhat.com>2022-12-01 11:00:04 +0100
commitdeabf3d88cf35e38b5b1ddfd3ad5db19be3846ef (patch)
tree7efc4c05dd10b608e74feb8fcac337aa775b5bcb
parent082d69ee50847eaf0f2a0d741e659b04ba862af0 (diff)
downloadlibvirt-python-deabf3d88cf35e38b5b1ddfd3ad5db19be3846ef.tar.gz
Post-release version bump to 9.0.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a92ea15..6b87c4c 100755
--- a/setup.py
+++ b/setup.py
@@ -335,7 +335,7 @@ class my_clean(Command):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '8.10.0',
+ version = '9.0.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',