Skip to content

Commit 90062ff

Browse files
committed
fix node package name
1 parent be19db0 commit 90062ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools>=70.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "ComfyUI Prompt Companion"
7-
version = "0.0.4"
6+
name = "ComfyUI-Prompt-Companion"
7+
version = "0.0.5"
88
description = "A node that lets you save and reuse parts of prompts (embeddings, quality keywords, and so on.)"
99
authors = [
1010
{name = "John Cantu", email = "jfcantu@gmail.com"}

0 commit comments

Comments
 (0)