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