summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2021-03-01 11:59:46 +0100
committerJiri Denemark <jdenemar@redhat.com>2021-03-01 11:59:46 +0100
commit7e75a36b0662ecf4c2b1a487209cce9bd58f3b64 (patch)
tree8846ed461914a0890fcb38d7d20fa2a5fe4064cd /setup.py
parentfd069ac85c8cf1593587dc9287a3d5eb6bd4bdb9 (diff)
downloadlibvirt-python-7e75a36b0662ecf4c2b1a487209cce9bd58f3b64.tar.gz
Post-release version bump to 7.2.0v7.2.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 7c37e63..096576a 100755
--- a/setup.py
+++ b/setup.py
@@ -341,7 +341,7 @@ class my_clean(clean):
_c_modules, _py_modules = get_module_lists()
setup(name = 'libvirt-python',
- version = '7.1.0',
+ version = '7.2.0',
url = 'http://www.libvirt.org',
maintainer = 'Libvirt Maintainers',
maintainer_email = 'libvir-list@redhat.com',