diff --git a/pyproject.toml b/pyproject.toml index 98bad3ec..c138e062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "comfyui-embedded-docs" -version = "0.2.5" +version = "0.2.6" description = "Embedded documentation for ComfyUI nodes" readme = "README.md" requires-python = ">=3.9" @@ -21,4 +21,4 @@ classifiers = [ repository = "https://github.com/Comfy-Org/embedded-docs" [tool.setuptools.package-data] -comfyui_embedded_docs = ["docs/**/*.md", "docs/**/*.jpg", "docs/**/*.png", "docs/**/*.gif", "docs/**/*.webp"] \ No newline at end of file +comfyui_embedded_docs = ["docs/**/*.md", "docs/**/*.jpg", "docs/**/*.png", "docs/**/*.gif", "docs/**/*.webp"]