diff --git a/pyproject.toml b/pyproject.toml index 8dbeb16..6307cae 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"]