From b4d2fdf98f7708880790ce03dfbc5c3c1f87b50b Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:03:42 -0700 Subject: [PATCH] Bump version to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85834454..8a5db123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ strict = true [tool.poetry] name = "magentic" -version = "0.5.0" +version = "0.6.0" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]