After I published v0.1.7 to PyPI, I realized it was missing necessary source files. The only python file included was _version.py, which is not sufficient to run the library.
This version v0.1.8 has only a single commit fixing the issue (dcb1fe8).
This issue was caused by the transition from setuptools to hatch. Now that the configuration is fixed, it should not happen again.