govon-runtime / src /__init__.py
github-actions
sync: e3a248f
7d267a5
raw
history blame contribute delete
193 Bytes
"""GovOn — Agentic CLI Shell for Korean Public Sector."""
try:
from importlib.metadata import version
__version__ = version("govon")
except Exception:
__version__ = "0.0.0-dev"