Skip to content

Commit 1026f6a

Browse files
committed
Chore: update gptscript to latest
Signed-off-by: Daishan Peng <[email protected]>
1 parent d9cf94d commit 1026f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gptscript"
7-
version = "0.5.0"
7+
version = "0.8.0"
88
description = "Run gptscripts from Python apps"
99
readme = "README.md"
1010
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]

scripts/package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from tempfile import TemporaryDirectory
1717
gptscript_info = {
1818
"name": "gptscript",
1919
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
20-
"version": "v0.7.1",
20+
"version": "v0.8.0",
2121
}
2222

2323
# Define platform-specific variables

0 commit comments

Comments
 (0)