summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-05-02 13:38:10 +0200
committerJiri Denemark <jdenemar@redhat.com>2022-05-02 13:38:10 +0200
commitf27567e993c10f471d1ee653e4da92daa03b3d1d (patch)
tree5936a387986dc4f4752172e7273e1fa0d98aebc4 /setup.py
parent60044515a256c36afad0fc5efcb7ea946eb93783 (diff)
downloadlibvirt-python-f27567e993c10f471d1ee653e4da92daa03b3d1d.tar.gz
Post-release version bump to 8.4.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 d4b218d..f80fa47 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.3.0',
+ version = '8.4.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',