diff --git a/pyproject.toml b/pyproject.toml index 191fe56..4471aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-inpaint-nodes" description = "Nodes for better inpainting with ComfyUI. Adds various ways to pre-process inpaint areas. Supports the Fooocus inpaint model, a small and flexible patch which can be applied to any SDXL checkpoint and will improve consistency when generating masked areas." -version = "1.0.2" +version = "1.0.3" license = { file = "LICENSE" } [project.urls]