From eeb15f9175e9082a57da382853152f33d97b47db Mon Sep 17 00:00:00 2001 From: Jason Robert Date: Mon, 16 Mar 2026 21:35:29 -0400 Subject: [PATCH] chore: bump version to 0.1.1 Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c80a588..c93db7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conductor-cli" -version = "0.1.0" +version = "0.1.1" description = "A CLI tool for defining and running multi-agent workflows with the GitHub Copilot SDK" readme = "README.md" requires-python = ">=3.12"