From 1878b354462f60a9648a450055b607912bebc4c8 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Wed, 19 Jun 2024 08:58:26 +0200 Subject: [PATCH] Release v2.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1091999c5..cfc9863a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.2.3" +version = "2.2.4" 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"