diff --git a/pyproject.toml b/pyproject.toml index bd21d3a..6860f88 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.7" +version = "1.0.8" license = { text = "MIT License" } dependencies = [ "transformers",