Skip to content

Commit 4265b78

Browse files
acorn-io-botgithub-actions[bot]
authored andcommitted
Automated GPTScript Version Update
1 parent ac27732 commit 4265b78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gptscript/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
gptscript_info = {
2828
"name": "gptscript",
2929
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
30-
"version": "v0.9.5-rc5",
30+
"version": "v0.9.5",
3131
}
3232

3333
pltfm = {"windows": "windows", "linux": "linux", "darwin": "macOS"}.get(

pyproject.toml

+1-1
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.9.5-rc5"
7+
version = "0.9.5"
88
description = "Run gptscripts from Python apps"
99
readme = "README.md"
1010
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]

scripts/package

+1-1
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.9.5-rc5",
20+
"version": "v0.9.5",
2121
}
2222

2323
# Define platform-specific variables

0 commit comments

Comments
 (0)