From b161edfa5fec21be7fda8f98ba43b191fae1180c Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Sat, 18 May 2024 19:45:05 -0400 Subject: [PATCH] Release v2.0.43 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index fd47870d1..b70d0eb91 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Contributing: CONTRIBUTING.md - License: license.md extra: - version: "2.0.42" + version: "2.0.43" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 1e90fa3be..d259e92df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.0.42" +version = "2.0.43" 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"