File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727gptscript_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
3333pltfm = {"windows" : "windows" , "linux" : "linux" , "darwin" : "macOS" }.get (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " gptscript"
7- version = " 0.9.5-rc5 "
7+ version = " 0.9.5"
88description = " Run gptscripts from Python apps"
99readme = " README.md"
1010authors = [{ name = " Bill Maxwell" , email = " bill@acorn.io" }]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ from tempfile import TemporaryDirectory
1717gptscript_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
You can’t perform that action at this time.
0 commit comments