We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cf94d commit 1026f6aCopy full SHA for 1026f6a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gptscript"
7
-version = "0.5.0"
+version = "0.8.0"
8
description = "Run gptscripts from Python apps"
9
readme = "README.md"
10
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]
scripts/package
@@ -17,7 +17,7 @@ from tempfile import TemporaryDirectory
17
gptscript_info = {
18
"name": "gptscript",
19
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
20
- "version": "v0.7.1",
+ "version": "v0.8.0",
21
}
22
23
# Define platform-specific variables
0 commit comments