diff --git a/pyproject.toml b/pyproject.toml index a695ca2..7dc7f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "image-caption-comfyui" description = "Using image caption models to extract prompts in ComfyUI" -version = "1.0.9" +version = "1.0.10" license = { text = "MIT License" } dependencies = [ "transformers",