From 7a43bc35484cbd6fe59bec5f68c6a5470d788632 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 13 Jan 2025 16:25:59 -0500 Subject: [PATCH] Update autogen-ext version --- python/packages/autogen-ext/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-ext/pyproject.toml b/python/packages/autogen-ext/pyproject.toml index 45e06015bd2..5f540d19971 100644 --- a/python/packages/autogen-ext/pyproject.toml +++ b/python/packages/autogen-ext/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "autogen-ext" -version = "0.4.0" +version = "0.4.1" license = {file = "LICENSE-CODE"} description = "AutoGen extensions library" readme = "README.md"