From 3ce10dfa2560c0f7db690de47faabc9b25ed3a94 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Wed, 16 Aug 2023 17:11:22 -0700 Subject: [PATCH] Update pyproject.toml (#320) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01e07768..7c1c4695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agbenchmark" -version = "0.0.8" +version = "0.0.9" 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"