From 1dab531e82900596a1e9b203b569436a5a1f14ca Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:41:41 -0700 Subject: [PATCH] Bump version to 0.28.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8dbeb16a..6307caef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ignore_missing_imports = true [tool.poetry] name = "magentic" -version = "0.27.0" +version = "0.28.0" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]