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