From f0c2fce9cebc26dcc6d22d87f8b286abdb4e10fd Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:06:11 -0700 Subject: [PATCH] Bump version to 0.27.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d75a266c..38446de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ ignore_missing_imports = true [tool.poetry] name = "magentic" -version = "0.26.0" +version = "0.27.0" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]