_version.py
python
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6
chore(tests): add docstring to tests/__init__.py so rc14 tr…
Human
34 days ago
| 1 | """Single source of truth for the Muse package version. |
| 2 | |
| 3 | All schema_version fields across the codebase read from here rather than |
| 4 | hardcoding a number. The version itself lives in ``pyproject.toml`` and is |
| 5 | injected into the installed package metadata at build time. |
| 6 | """ |
| 7 | |
| 8 | from importlib.metadata import version |
| 9 | |
| 10 | __version__: str = version("muse") |
File History
2 commits
sha256:660fcac1df3ab28f61862e961890bd2ca8b754fa0242079d93ca1e25037ec8a6
chore(tests): add docstring to tests/__init__.py so rc14 tr…
Human
34 days ago
sha256:d8316ffae901be06347e16ab55be11868eb519dd16ade3e8aa16a99e662f7e62
baseline: rc14 re-baseline after rc3 store corruption recovery
Human
patch
34 days ago