From fcaa667c1a818c312af27d0402d5e72746a1a853 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Tue, 14 May 2024 15:29:35 +0200 Subject: [PATCH] Release v2.0.39 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 54de8a892..e78072912 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Contributing: CONTRIBUTING.md - License: license.md extra: - version: "2.0.38" + version: "2.0.39" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index d5b68af77..cfeb92301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.0.38" +version = "2.0.39" 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"