From a513b449f704de13c43f444dd20773325d7aa9cb Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Fri, 11 Aug 2023 13:59:42 +0100 Subject: [PATCH] updating version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25d62cffcca..1a28545458c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agbenchmark" -version = "0.0.5" +version = "0.0.6" description = "Benchmarking the performance of agents far and wide, regardless of how they are set up and how they work" authors = ["Silen Naihin "] license = "MIT"