hexcli 2.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
hexcli/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """hexcli — Hex CLI Python package."""
2
+
3
+ # The one place the version is written. pyproject.toml reads it (hatch
4
+ # dynamic version), agent.VERSION re-exports it, and CI refuses a release
5
+ # tag that does not match it.
6
+ __version__ = "2.8.0"