From ec682a79b753441467369140ff2f5ab0f66aff03 Mon Sep 17 00:00:00 2001 From: Gabriele Venturi Date: Mon, 1 May 2023 02:24:53 +0200 Subject: [PATCH] Release v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8730837b7..9ec287796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pandasai" -version = "0.1.0" +version = "0.1.1" description = "Pandas AI is a Python library that integrates generative artificial intelligence capabilities into Pandas, making dataframes conversational." authors = ["Gabriele Venturi"] license = "MIT"