diff --git a/mkdocs.yml b/mkdocs.yml index 5f0c62272..f3c179813 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "1.2.8" + version: "1.2.9" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 85eb31e97..5004c54d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "1.2.8" +version = "1.2.9" description = "PandasAI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"