diff --git a/pyproject.toml b/pyproject.toml index f64ba63..d2582be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "comfyui-tooling-nodes" description = "Provides nodes and server API extensions geared towards using ComfyUI as a backend for external tools." -version = "1.3.0" -license = "LICENSE" +version = "1.4.0" +license = { file = "LICENSE" } [project.urls] Repository = "https://github.com/Acly/comfyui-tooling-nodes"