summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-06-01 09:31:33 +0200
committerJiri Denemark <jdenemar@redhat.com>2022-06-01 09:31:33 +0200
commit8a0e3f052bbda52c15bef8ee50c8061b897a133c (patch)
tree15de7f23ce7def83366134c1d78624c618ab3b94 /setup.py
parentc40c5f0cfc3ef80109cef181e9926e02efdf8333 (diff)
downloadlibvirt-python-8a0e3f052bbda52c15bef8ee50c8061b897a133c.tar.gz
Post-release version bump to 8.5.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 f80fa47..0bb60e1 100755
--- a/setup.py
+++ b/setup.py
@@ -326,7 +326,7 @@ class my_clean(Command):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '8.4.0',
+ version = '8.5.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',