Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
adieyal committed Nov 11, 2023
1 parent c4832fe commit 3f2fff3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS"]
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.2.1 - Fixed a bug due to a backwards incompatible change in the latest version of dynamicprompts that returns a SampleResult instead of a str
0.2.0 - Nodes now have settable seeds for reproducibility. Thanks to [@romeobuilderotti](https://github.com/romeobuilderotti/) for the inspiration for the inspiration. Also upgraded dynamicprompts to v0.30.1
0.1.3 - Wildcards in the ComfUI root are also supported for backwards compatibility
0.1.2 - The extension now looks for wildcards in custom_nodes/comfyui_dynamicprompts/wildcards
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "ComfyUI - Dynamic Prompts"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"dynamicprompts[attentiongrabber,magicprompt]~=0.30.1",
"dynamicprompts[attentiongrabber,magicprompt]~=0.30.2",
]

[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dynamicprompts==0.30.1
dynamicprompts==0.30.2

0 comments on commit 3f2fff3

Please sign in to comment.