feat(version): resolve the version from a generated module

A checkout carries no version of its own. The release stamps
hermes_cli/_version.py into the build tree, and a tree without it reports
0.0.0 rather than a number read out of git.
This commit is contained in:
ethernet
2026-09-21 20:19:58 -04:00
parent 5f1d3294b9
commit 9786846da7
3 changed files with 44 additions and 1 deletions

2
.gitignore vendored
View File

@@ -7,6 +7,8 @@
/_pycache/
*.pyc*
__pycache__/
# Generated by the release into the build tree; a checkout never carries one.
hermes_cli/_version.py
act/
.act-sandbox-agent.*
.venv/