diff --git a/pyproject.toml b/pyproject.toml index c23679e6..b16166c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ignore_missing_imports = true [tool.poetry] name = "magentic" -version = "0.21.0" +version = "0.21.1" description = "Seamlessly integrate LLMs as Python functions" license = "MIT" authors = ["Jack Collins"]