diff --git a/pyproject.toml b/pyproject.toml index 1297cc6..7af0dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "scc-cli" -version = "1.7.3" +version = "2.0.0" description = "Governed runtime for AI coding agents with container sandboxes, network controls, and team-managed configuration" readme = "README.md" license = "MIT" diff --git a/src/scc_cli/ui/__init__.py b/src/scc_cli/ui/__init__.py index cfa0cb9..b484650 100644 --- a/src/scc_cli/ui/__init__.py +++ b/src/scc_cli/ui/__init__.py @@ -37,6 +37,8 @@ from __future__ import annotations +from scc_cli import __version__ + # Dashboard: Main tabbed navigation view from .dashboard import run_dashboard @@ -106,13 +108,8 @@ select_team, ) -# ============================================================================= -# Package metadata -# ============================================================================= - -__version__ = "0.1.0" - __all__ = [ + "__version__", # Tier 1: High-level API "InteractivityContext", "InteractivityMode", diff --git a/uv.lock b/uv.lock index 8630219..29b4723 100644 --- a/uv.lock +++ b/uv.lock @@ -951,7 +951,7 @@ wheels = [ [[package]] name = "scc-cli" -version = "1.7.3" +version = "2.0.0" source = { editable = "." } dependencies = [ { name = "jsonschema" },