diff --git a/mkdocs.yml b/mkdocs.yml index 76093c0d5..86d71cd87 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,7 +40,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "1.3.2" + version: "1.3.3" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index e60739968..97c5176b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "1.3.2" +version = "1.3.3" description = "PandasAI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"