Skip to content

Commit bdb356b

Browse files
site-shellclaude
andcommitted
release: kirby-sheet 0.2.1
Corrects what 0.2.0 shipped: kirby_sheet.__version__ reported "0.1.0" while the distribution metadata said 0.2.0. A patch release because 0.2.0 is immutable on PyPI and a wrong version string is the kind of thing another tool reads and believes. No behaviour change. Verified from the built wheel that the module attribute and the distribution metadata now agree. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xof4ZUS5n6A5ibX3PXNYbs
1 parent 85d5137 commit bdb356b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kirby-sheet"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Render a HERO Designer character through HD's own .hde export templates, byte for byte."
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)