Skip to content

v0.7.1 — __version__ no longer drifts

Choose a tag to compare

@Jason-Vaughan Jason-Vaughan released this 17 Jun 00:56
· 34 commits to main since this release

Fixed

  • tanglebrain.__version__ now derives from the installed package metadata (importlib.metadata.version) instead of a hardcoded literal, so it always tracks pyproject.toml and can no longer drift from the released version — it had been frozen at 0.1.0 since C1 while releases moved on. Falls back to 0.0.0+unknown when imported from an uninstalled source checkout. Closes #17.

Full Changelog: v0.7.0...v0.7.1