From c8c55c129763fd100fe19a96c62996b3c3f4c1a5 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sun, 13 Aug 2023 07:58:19 -0700 Subject: [PATCH] 0.0.8 (#299) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8929ac46..a9c44a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agbenchmark" -version = "0.0.7" +version = "0.0.8" 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"