From 93cc642716284c9135b25ff03871de4b265e7cfd Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Sat, 27 Jan 2024 13:44:27 +0100 Subject: [PATCH] bump sdk --- 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 03a4ed8cc0..16a9be34f8 100644 --- a/agenta-cli/pyproject.toml +++ b/agenta-cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agenta" -version = "0.8.2" +version = "0.8.3" description = "The SDK for agenta is an open-source LLMOps platform." readme = "README.md" authors = ["Mahmoud Mabrouk "]