Skip to content

Commit

Permalink
updated version info
Browse files Browse the repository at this point in the history
  • Loading branch information
shhlife committed Oct 31, 2024
1 parent 02a0740 commit 10e1e3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions js/versions.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
export const versions = {
"version": "0.34.0c",
"version": "0.34.0d",
"releaseDate": "2024-10-31",
"name": "ComfyUI-Griptape",
"description": "Griptape integration for ComfyUI",
"author": "Jason Schleifer",
"repository": "https://github.com/griptape-ai/ComfyUI-Griptape",
"changelog": [
{
"version": "0.34.0d",
"date": "2024-11-1",
"changes": [
"fixed import of eleven labs api key",
]
},
{
"version": "0.34.0c",
"date": "2024-11-11",
"date": "2024-11-1",
"changes": [
"Updated environment configuration",
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
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"
Expand All @@ -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"]

Expand Down

0 comments on commit 10e1e3e

Please sign in to comment.