summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2023-03-01 11:15:54 +0100
committerJiri Denemark <jdenemar@redhat.com>2023-03-01 11:15:54 +0100
commita0c7f86f06b1686562bcbde8334e138ae6b4c1e1 (patch)
tree86613022697708cf0bf2c0504ef03a5ff07dbdc8
parent4b51aedfc721eb05c79f2c12c4654a173640009d (diff)
downloadlibvirt-python-a0c7f86f06b1686562bcbde8334e138ae6b4c1e1.tar.gz
Post-release version bump to 9.2.0v9.2.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 89340c9..196f930 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.1.0',
+ version = '9.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',