From 837096466948351e400bcc0aa825e5f9e08ba286 Mon Sep 17 00:00:00 2001 From: Abram Date: Mon, 20 May 2024 15:30:29 +0100 Subject: [PATCH] Minor refactor (pyproject.toml): revert version to 0.14.11 --- 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 478ea1aea5..73df29d471 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.14.12" +version = "0.14.11" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = ["Mahmoud Mabrouk "]