summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2022-01-14 15:17:49 +0100
committerJiri Denemark <jdenemar@redhat.com>2022-01-14 15:17:49 +0100
commitc19804df59a55ca9db5646c68590efaf2fcf3db3 (patch)
treecd39b2897e3c7e420f46ebadb3634155a6e6f231 /setup.py
parent322fc085cb9c17d9a5092e3add0f1c4e835d808d (diff)
downloadlibvirt-python-c19804df59a55ca9db5646c68590efaf2fcf3db3.tar.gz
Post-release version bump to 8.1.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 e930ecd..811631d 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.0.0',
+ version = '8.1.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',