From 7c5b780c191111e0d73e75d57f5f96b0d76eb916 Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Sun, 26 May 2024 23:02:58 -0700 Subject: [PATCH] Bump version to 0.26.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e505e0b7..00718cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ ignore_missing_imports = true [tool.poetry] name = "magentic" -version = "0.25.0" +version = "0.26.0" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]