From aba5643f25116aeba6b16b47a1fc8245c6762098 Mon Sep 17 00:00:00 2001 From: CCimen Date: Mon, 6 Apr 2026 23:20:09 +0200 Subject: [PATCH] chore: prepare 2.0.0 release --- pyproject.toml | 2 +- src/scc_cli/ui/__init__.py | 9 +++------ uv.lock | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) 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" },