Commit 85d5137
fix: derive kirby_sheet.__version__ instead of restating it
It said "0.1.0" while pyproject said 0.2.0, so 0.2.0 shipped to PyPI with a
module attribute reporting the previous release. The distribution metadata was
right; only the literal was wrong, which is the worst shape -- pip reports one
number and the code reports another.
kirby-cost and kirby-combat already derive it from the installed distribution,
kirby-combat's comment noting the same drift bit it at 0.3.28. This is the
third instance, so it is the pattern rather than an accident.
229 passed, 0 skipped, oracle configured.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Xof4ZUS5n6A5ibX3PXNYbs1 parent 733eb60 commit 85d5137
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments