From 761fcc49d2116a757d44fc0088c2596c77c877b7 Mon Sep 17 00:00:00 2001 From: Nicolas Grislain Date: Tue, 7 May 2024 11:14:09 +0200 Subject: [PATCH] Update pyproject.toml --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 508c806..1cb6f38 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arena-client" -version = "0.1.0" +version = "0.1.1" description = "A client to use arena AI" authors = ["Nicolas Grislain "] license = "Apache-2"