-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from griptape-ai:dev
Dev
- Loading branch information
Showing
3 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "comfyui-griptape" | ||
version = "1.0.13" | ||
version = "1.0.14" | ||
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI." | ||
authors = ["Jason Schleifer <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -26,7 +26,7 @@ priority = "explicit" | |
[project] | ||
name = "comfyui-griptape" | ||
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI." | ||
version = "1.0.13" | ||
version = "1.0.14" | ||
license = {file = "LICENSE"} | ||
dependencies = ["griptape[all]==0.34.0", "python-dotenv"] | ||
|
||
|