From a133d217d12222920ceff07a3229fd349fdc8a42 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Mon, 8 May 2023 01:02:22 +0200 Subject: [PATCH] Release v0.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e55972bf5..d15573ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "0.2.5" +version = "0.2.6" description = "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"