diff --git a/pyproject.toml b/pyproject.toml index cef64df..09f2fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-florence2" description = "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr" -version = "1.0.1" +version = "1.0.2" license = "MIT" dependencies = ["transformers>=4.38.0"]