v0.3.1
pyproject.toml carried both a PEP 639 license = "MIT" expression and the legacy "License :: OSI Approved :: MIT License" classifier. PEP 639 forbids having both at once, and setuptools>=78 hard-errors on build once it becomes the resolved backend. Drop the classifier, keep the license expression as-is. Bump to 0.3.1.