summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-04-01 12:30:58 +0200
committerJiri Denemark <jdenemar@redhat.com>2022-04-01 12:30:58 +0200
commitfdd2034c1d7a9090706d59fd6c27a6d7872ad01b (patch)
tree91e1a3e62579ff2245e0e92c754fc01bf4eac114 /setup.py
parent545cc70f2f6eed9d13ac66d6b4009557e73493ed (diff)
downloadlibvirt-python-fdd2034c1d7a9090706d59fd6c27a6d7872ad01b.tar.gz
Post-release version bump to 8.3.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 75ca877..3191f95 100755
--- a/setup.py
+++ b/setup.py
@@ -335,7 +335,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '8.2.0',
+ version = '8.3.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',