From 544c97fbf0f2087684fe02e1b5465753703b05fe Mon Sep 17 00:00:00 2001 From: CCimen Date: Mon, 19 Jan 2026 23:02:17 +0100 Subject: [PATCH] chore: bump version to 1.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 683f3ec..0e2ba13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "scc-cli" -version = "1.6.4" +version = "1.7.0" description = "Run Claude Code in Docker sandboxes with team configs and git worktree support" readme = "README.md" license = "MIT"