From bca34d62ab0dc25bac8cbfaaae5a4fca0bd53e43 Mon Sep 17 00:00:00 2001 From: jp-agenta Date: Wed, 28 Aug 2024 18:21:34 +0200 Subject: [PATCH] Update pyproject.toml --- agenta-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agenta-cli/pyproject.toml b/agenta-cli/pyproject.toml index 1858e9b573..02df5018d6 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.24.2a2" +version = "0.24.2" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = ["Mahmoud Mabrouk "]