File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
gptscript_info = {
28
28
"name" : "gptscript" ,
29
29
"url" : "https://github.com/gptscript-ai/gptscript/releases/download/" ,
30
- "version" : "v0.9.0 " ,
30
+ "version" : "v0.9.1 " ,
31
31
}
32
32
33
33
pltfm = {"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"
4
4
5
5
[project ]
6
6
name = " gptscript"
7
- version = " 0.9.0 "
7
+ version = " 0.9.1 "
8
8
description = " Run gptscripts from Python apps"
9
9
readme = " README.md"
10
10
authors = [{ 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
17
17
gptscript_info = {
18
18
"name" : "gptscript" ,
19
19
"url" : "https://github.com/gptscript-ai/gptscript/releases/download/" ,
20
- "version" : "v0.9.0 " ,
20
+ "version" : "v0.9.1 " ,
21
21
}
22
22
23
23
# Define platform-specific variables
You can’t perform that action at this time.
0 commit comments