I tried installing 0.11 and found that I get this error:
File "/venv/lib/python3.11/site-packages/django/template/loader.py", line 19, in get_template
raise TemplateDoesNotExist(template_name, chain=chain)
django.template.exceptions.TemplateDoesNotExist: wagtail_ab_testing/icons/crown.svg
Upon further inspection, it looks like the release uploaded to PyPI does not contain these files. So something's wrong with the release process that the *.svg files are not included in the final package.