summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-10-03 10:05:11 +0200
committerErik Skultety <eskultet@redhat.com>2022-10-03 08:56:38 +0000
commitbf95d64c722f3636455607ba729167b8c0d26129 (patch)
tree4f7647eacd0e3071b026e8d78bf990b01ef2a05c
parent4733e2a2d13cb9a85127ba17c04cc29278b31e89 (diff)
downloadlibvirt-python-bf95d64c722f3636455607ba729167b8c0d26129.tar.gz
Post-release version bump to 8.9.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 0a7d1ed..59cf9b2 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.8.0',
+ version = '8.9.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',