diff --git a/mkdocs.yml b/mkdocs.yml index 2ca082943..180b0e031 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,7 @@ nav: - Contributing: CONTRIBUTING.md - License: license.md extra: - version: "2.0.18" + version: "2.0.19" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index a8299ff6a..85281eb40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "2.0.18" +version = "2.0.19" 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"