From 40594e22e280638f4a29ce451ae3fd1237e5d2fd Mon Sep 17 00:00:00 2001 From: asim-shrestha Date: Wed, 15 Nov 2023 16:57:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8C=20Update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 453c8789..0d0511f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bananalyzer" -version = "0.3.1" +version = "0.3.2" description = "Open source AI Agent evaluation framework for web tasks 🐒🍌" authors = ["asim-shrestha "] readme = "README.md"