From 0d0106cf0238ea418116d950d6f8cf9eeb295621 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Fri, 15 Mar 2024 11:07:22 -0700 Subject: [PATCH] Release v2.0.14 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4530910fd..bb5a5f5dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Contributing: CONTRIBUTING.md - License: license.md extra: - version: "2.0.13" + version: "2.0.14" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 896e5e87e..7116d113f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.0.13" +version = "2.0.14" 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"