From 453c9440e17f2ffd1dd8cecfac13dfac6e1caef3 Mon Sep 17 00:00:00 2001 From: CCimen <91538535+CCimen@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:20:30 +0100 Subject: [PATCH] Release 1.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac9ea90..c2dbeb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "scc-cli" -version = "1.7.1" +version = "1.7.2" description = "Run Claude Code in Docker sandboxes with team configs and git worktree support" readme = "README.md" license = "MIT"