diff --git a/__init__.py b/__init__.py index cbdd46c..683ffab 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,14 @@ # nodes/__init__.py + +# nodes/__init__.py + +# ========================= +# 💉 Set JavaScript +# ========================= + +WEB_DIRECTORY = "./web/" + # Import NODE_CLASS_MAPPINGS and NODE_DISPLAY_NAME_MAPPINGS from each submodule if present try: from .batchers import NODE_CLASS_MAPPINGS as BATCH_PROCESSOR_CLASSES, NODE_DISPLAY_NAME_MAPPINGS as BATCH_PROCESSOR_NAMES diff --git a/pyproject.toml b/pyproject.toml index 74b26f8..53dace7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "endless-nodes" description = "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more." -version = "1.3.1" +version = "1.3.2" + license = { file = "LICENSE" } dependencies = ""