From 2ebe5a6b1d860a5cb9fc64e20d2b753b0cca9bca Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Wed, 15 Nov 2023 11:40:48 +0100 Subject: [PATCH] Release v1.4.10 --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 027d30851..a7086eeda 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,7 +43,7 @@ nav: - Documents Building: building_docs.md - License: license.md extra: - version: "1.4.9" + version: "1.4.10" plugins: - search - mkdocstrings: diff --git a/pyproject.toml b/pyproject.toml index 6721116ef..1623e12d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "1.4.9" +version = "1.4.10" description = "PandasAI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"