From 792e6837e8c1b0ed9f6c4b083b5a15fa4d61fc10 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Tue, 28 Jan 2025 20:04:37 +0100 Subject: [PATCH] Release v3.0.0-beta.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b74a7210..fe91147ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "3.0.0-beta.3" +version = "3.0.0-beta.4" description = "Chat with your database (SQL, CSV, pandas, mongodb, noSQL, etc). PandaAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG." authors = ["Gabriele Venturi"] license = "MIT"