From 3d517fef0f24a13311dfaccf3fa680cbfbb997de Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Sat, 9 Sep 2023 02:49:05 -0700 Subject: [PATCH] Bump version to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ec97140..10dedf9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ strict = true [tool.poetry] name = "magentic" -version = "0.2.0" +version = "0.3.0" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]