From d79a2ae154279a5e3bb5a76f18e5669e5c8c2c8d Mon Sep 17 00:00:00 2001 From: Arnaud Flament Date: Wed, 6 Nov 2024 14:04:18 -0800 Subject: [PATCH] Release 0.0.26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0dd46cdc..a5dd3660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "council-ai" -version = "0.0.25" +version = "0.0.26" description = "Council is an open-source framework for the rapid development and robust deployment of customized generative AI applications" readme = "README.md" requires-python = ">=3.9"