diff --git a/mkdocs.yml b/mkdocs.yml index b97b3ee6a..34e9e08f7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,7 +31,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "0.5.5" + version: "0.6.0" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index a7e2b6a7b..5ccb47185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "0.5.5" +version = "0.6.0" description = "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"