gabriel / musehub public
chore patch dev #22 / 100
AI Agent gabriel · 65 days ago · Jul 2, 2026 · Diff

chore: use hyphenated PEP 440 pre-release format in version string

muse tag add requires strict SemVer 2.0 (vMAJOR.MINOR.PATCH-pre), which needs a hyphen before the pre-release identifier. '0.2.0rc15' fails that validation; '0.2.0-rc15' is equally valid PEP 440 (packaging normalizes both to the same resolved version) and satisfies muse tag.

sha256:ecf3231792dec043009361a5cd091ea289a7a9ba7f586ca55e9d82bcae5b4bcf sha
~2 symbols
sha256:94cad863cc14985db96dba99fec896a12a06fa4c2a0dd26c604472f9e0413ca5 snapshot
~2
symbols modified
0
dead code introduced
Semantic Changes 2 symbols
~ pyproject.toml .toml 2 symbols modified

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:ecf3231792dec043009361a5cd091ea289a7a9ba7f586ca55e9d82bcae5b4bcf --body "your comment"