From 390c597d35c7be664997df90afbddf9003f8488a Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Mon, 18 Sep 2023 01:41:09 +0200 Subject: [PATCH] Release v1.2.3 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d47004d73..de9607133 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,7 +37,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "1.2.2" + version: "1.2.3" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 4d780e9de..155104947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "1.2.2" +version = "1.2.3" description = "PandasAI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"