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"