aura-life 0.3.1 is on PyPI: pip install aura-life.
Fixed
aura_life.__version__reported0.1.0in the 0.3.0 wheel while the distribution
metadata said 0.3.0: the attribute andpyproject.tomlwere maintained separately and
only one of them was bumped. The version now lives in the attribute alone and
setuptools reads it (dynamic = ["version"]), so the two cannot drift; a smoke test
asserts they agree.