diff --git a/__init__.py b/__init__.py index 709c14e..330070c 100644 --- a/__init__.py +++ b/__init__.py @@ -1,28 +1,19 @@ """ - ██  ██████  ██  ██ ██ ███  ███ ███████ ████████ ██████  ██ ██  ██  - ██ ██    ██ ██  ██ ██ ████  ████ ██         ██    ██   ██ ██  ██ ██   - ██ ██  ██ ██  ██ ██ ██ ████ ██ █████  ██  ██████  ██   ███   -██ ██ ██  ██  ██  ██  ██ ██  ██  ██ ██     ██  ██   ██ ██  ██ ██  - █████   ██████    ████   ██ ██      ██ ███████  ██  ██  ██ ██ ██   ██  - - SPOUT support for ComfyUI - http://www.github.com/amorano/Jovi_Spout - -@title: Jovi_Spout -@author: Alexander G. Morano -@category: Stream -@reference: https://github.com/Amorano/Jovi_Spout -@tags: Stream, Spout, Media -@description: SPOUT support for ComfyUI. -@node list: - SpoutReaderNode, SpoutWriterNode -@version: 1.0.3 + ██╗ ██████╗ ██╗ ██╗██╗ ███████╗██████╗ ██████╗ ██╗ ██╗████████╗ + ██║██╔═══██╗██║ ██║██║ ██╔════╝██╔══██╗██╔═══██╗██║ ██║╚══██╔══╝ + ██║██║ ██║██║ ██║██║ ███████╗██████╔╝██║ ██║██║ ██║ ██║ +██ ██║██║ ██║╚██╗ ██╔╝██║ ╚════██║██╔═══╝ ██║ ██║██║ ██║ ██║ +╚█████╔╝╚██████╔╝ ╚████╔╝ ██║ ███████║██║ ╚██████╔╝╚██████╔╝ ██║ + ╚════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝ + + SPOUT support for ComfyUI + http://www.github.com/amorano/Jovi_Spout """ __all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"] __author__ = """Alexander G. Morano""" __email__ = "amorano@gmail.com" -__version__ = "1.0.3" +__version__ = "1.0.4" import os import sys diff --git a/pyproject.toml b/pyproject.toml index a3f3360..aacf021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jovi_spout" description = "ComfyUI Nodes for using Spout streams " -version = "1.0.3" +version = "1.0.4" license = { file = "LICENSE" } dependencies = [ "aenum",