summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2023-05-02 14:19:04 +0200
committerJiri Denemark <jdenemar@redhat.com>2023-05-02 14:19:04 +0200
commitd6d49294629fc4d162d75e7a75da94f71d437639 (patch)
treed040d0005835a889c082862f2556ccd14871e4d9
parentf8bcbbcf655586a7793d7ac4a994858648679b40 (diff)
downloadlibvirt-python-d6d49294629fc4d162d75e7a75da94f71d437639.tar.gz
Post-release version bump to 9.4.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 3c719f3..d10b2ae 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 = '9.3.0',
+ version = '9.4.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',