From b809841a26d0b71a91d20a65bfcdb0a61e97beea Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Wed, 20 Nov 2024 20:04:31 +0100 Subject: [PATCH] Release v2.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b2a10714..a2697aaa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.3.0" +version = "2.4.0" 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"