diff --git a/README.md b/README.md index 6f8c32f..802c8d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# Embeddr ComfyUI Nodes +
\ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f863f6e..2727dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,10 +2,9 @@ [project] name = "embeddr-extension" description = "Embeddr ComfyUI Extension" -version = "1.0.3" +version = "1.0.4" license = { file = "LICENSE.txt" } -dependencies = [ -] +dependencies = [] requires-python = ">=3.8"