From cb8cb5f7a38769bf3f7bc429b09da1417ad11884 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 16 Sep 2023 14:11:59 -0700 Subject: [PATCH] Update pyproject.toml (#5235) --- benchmark/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/pyproject.toml b/benchmark/pyproject.toml index d33f4c85..f3f15d07 100644 --- a/benchmark/pyproject.toml +++ b/benchmark/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agbenchmark" -version = "0.0.9" +version = "0.1.0" 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"