From 5ed100ba531119f2831e20e0e9b184b78adcacfe Mon Sep 17 00:00:00 2001 From: Arnaud Flament Date: Fri, 6 Sep 2024 07:32:41 -0700 Subject: [PATCH] release 0.0.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3ac1834..f1aa2270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "council-ai" -version = "0.0.21" +version = "0.0.22" 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"