From 2c0346a7478ffed2bb6f2647c8d7c9877c93baac Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Tue, 20 Jun 2023 01:35:19 +0200 Subject: [PATCH] Release v0.6.2 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1d7e9ffa1..fc080dfd8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,7 +31,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "0.6.1" + version: "0.6.2" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 668cc7152..b7b4930b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "0.6.1" +version = "0.6.2" description = "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"