Skip to content

aura-life 0.3.1

Latest

Choose a tag to compare

@Redrum624 Redrum624 released this 03 Sep 18:52
· 3 commits to main since this release

aura-life 0.3.1 is on PyPI: pip install aura-life.

Fixed

  • aura_life.__version__ reported 0.1.0 in the 0.3.0 wheel while the distribution
    metadata said 0.3.0: the attribute and pyproject.toml were 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.