From 3e612e97de298fdd753ac76b1b41671468f3333b Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 16 Sep 2023 15:07:53 -0700 Subject: [PATCH] Update version to 0.0.10 (#5238) Update pyproject.toml --- benchmark/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/pyproject.toml b/benchmark/pyproject.toml index f3f15d07..f73077b2 100644 --- a/benchmark/pyproject.toml +++ b/benchmark/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agbenchmark" -version = "0.1.0" +version = "0.0.10" 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"