v0.7.1 — __version__ no longer drifts
Fixed
tanglebrain.__version__now derives from the installed package metadata (importlib.metadata.version) instead of a hardcoded literal, so it always trackspyproject.tomland can no longer drift from the released version — it had been frozen at0.1.0since C1 while releases moved on. Falls back to0.0.0+unknownwhen imported from an uninstalled source checkout. Closes #17.
Full Changelog: v0.7.0...v0.7.1