From 67b10d521a59e57dbbdfcce684c5743b1acbee3c Mon Sep 17 00:00:00 2001 From: Anito Anto <49053859+anitoanto@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:16:17 +0100 Subject: [PATCH] fix: bump version to 1.1.3 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9e76b8..5d94d64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "gitdirector" -version = "1.1.2" +version = "1.1.3" description = "A terminal based control plane for developers working across multiple repositories. Launch multiple AI coding agents, multiple tmux sessions and track changes across all your repos in one place." readme = "README.md" license = { text = "MIT" }