From 637c5640460ef9748b4c0a31959e87ad5655ca78 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Wed, 3 Jul 2024 19:00:52 +0200 Subject: [PATCH] Release v2.2.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c3ddadb3..c94e4c3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.2.9" +version = "2.2.10" description = "Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG." authors = ["Gabriele Venturi"] license = "MIT"