Skip to content

Commit

Permalink
updated project description for registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Jan 5, 2025
1 parent 0443400 commit fdaf21c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

## UPDATES

**2024/01/04** @1.0.1:
* updated project description for registry

**2024/01/04** @1.0.1:
* cleaned up unused JS
* unified loader for all repositories
Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
@description: SPOUT support for ComfyUI.
@node list:
SpoutReaderNode, SpoutWriterNode
@version: 1.0.1
@version: 1.0.2
"""

__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
__author__ = """Alexander G. Morano"""
__email__ = "amorano@gmail.com"
__version__ = "1.0.1"
__version__ = "1.0.2"

import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jovi_spout"
description = "."
version = "1.0.1"
description = "ComfyUI Nodes for using Spout streams "
version = "1.0.2"
license = { file = "LICENSE" }
dependencies = [
"aenum",
Expand Down

0 comments on commit fdaf21c

Please sign in to comment.