From 4a2e07576f9ea342585bb036c047091a1fa21bc7 Mon Sep 17 00:00:00 2001 From: wangzhihong Date: Wed, 4 Sep 2024 19:38:38 +0800 Subject: [PATCH] update version to 0.2.3 (#223) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b75307f..51a40054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lazyllm" -version = "0.2.2" +version = "0.2.3" description = "A Low-code Development Tool For Building Multi-agent LLMs Applications." authors = ["wangzhihong "] license = "Apache-2.0 license"