From c76e39c6a6ae647a7c86c8d83f25b39e3f3b0559 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Wed, 17 May 2023 01:31:32 +0200 Subject: [PATCH] Release v0.2.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 327b4656f..2470c5f39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "0.2.12" +version = "0.2.13" description = "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"