v0.2.1
Fixes a version-reporting defect in v0.2.0: the package hard-coded __version__ = "0.1.0" while built as 0.2.0, so --version, the JSON report stamp and the fetch User-Agent all announced the wrong release. __version__ now derives from installed distribution metadata, guarded by an AST test that fails if any module reintroduces a version literal.