diff --git a/cm_cli/__main__.py b/cm_cli/__main__.py index a2b5d1f1..d4523f1a 100644 --- a/cm_cli/__main__.py +++ b/cm_cli/__main__.py @@ -1393,7 +1393,7 @@ def _run_unified_resolve(): @app.command( - "uv-compile", + "uv-sync", help="Batch-resolve and install all custom node dependencies via uv pip compile.", ) def unified_uv_compile( diff --git a/pyproject.toml b/pyproject.toml index 991d55a3..569afa5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-manager" license = { text = "GPL-3.0-only" } -version = "4.1b3" +version = "4.1b4" requires-python = ">= 3.9" description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." readme = "README.md"