Skip to content
Commits on Source (2)
include AUTHORS
include COPYING
include COPYING.LESSER
include CONTRIBUTING.rst
include HACKING
include ChangeLog
include examples/README
include examples/consolecallback.py
include examples/dhcpleases.py
include examples/domipaddrs.py
include examples/dominfo.py
include examples/domrestore.py
......@@ -38,10 +42,17 @@ include libvirtaio.py
include MANIFEST
include MANIFEST.in
include README
include requirements-test.txt
include sanitytest.py
include setup.py
include tests/test_conn.py
include tests/test_domain.py
include tests/test_domain_checkpoint.py
include tests/test_domain_snapshot.py
include tests/test_interface.py
include tests/test_network.py
include tests/test_nodedev.py
include tests/test_storage.py
include tox.ini
include typewrappers.c
include typewrappers.h
......@@ -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',
......