diff options
author | Jiri Denemark <jdenemar@redhat.com> | 2021-09-01 13:47:00 +0200 |
---|---|---|
committer | Jiri Denemark <jdenemar@redhat.com> | 2021-09-01 13:47:00 +0200 |
commit | dd5e2d796e7ff1a9f6c3b86ccf20154a912a55d8 (patch) | |
tree | ab1b7089279c23dba9699e11fdafc34b04f599e6 | |
parent | 3ec079df29ba9650133c77e5b2c2f11accc76f53 (diff) | |
download | libvirt-python-dd5e2d796e7ff1a9f6c3b86ccf20154a912a55d8.tar.gz |
Post-release version bump to 7.8.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ class my_clean(clean): _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '7.7.0', + version = '7.8.0', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = 'libvir-list@redhat.com', |