From 7dfe1e22b686b2aef08de2d8f518f9eaf8f5940c Mon Sep 17 00:00:00 2001 From: Abram Date: Mon, 13 May 2024 17:46:05 +0100 Subject: [PATCH] SDK: bump pre-release version to 0.14.7a1 --- 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 7075ae1e0f..1faec48a4c 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.14.7" +version = "0.14.7a1" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = ["Mahmoud Mabrouk "]