v0.2.1 - review fixes (version reporting, docs)
Patch release fixing issues found in code review.
Fixed
bcicards --versionreported the wrong version. The version is now single-sourced
frombcicards.__version__, used by both the CLI andpyproject.toml(dynamic
metadata), so it cannot drift again. Covered by a new--versionsmoke test.- Card plot paths use forward slashes, and the committed example card references its
co-located images so they render on GitHub. - Replaced non-ASCII em dashes in the README and
.gitignorewith plain ASCII.