From 21514c343540762ebff3afb8dacc773fb8e9dfac Mon Sep 17 00:00:00 2001 From: Jason Robert Date: Sat, 4 Apr 2026 17:10:55 -0400 Subject: [PATCH] chore: bump version to 0.1.6 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d4c0a1..bafea85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conductor-cli" -version = "0.1.5" +version = "0.1.6" description = "A CLI tool for defining and running multi-agent workflows with the GitHub Copilot SDK" readme = "README.md" requires-python = ">=3.12"