Skip to content

Commit 6ed55a2

Browse files
Merge pull request #7 from cloudnautique/main
chore: bump versions and include new gptscript
2 parents 5d404c8 + 3f096b9 commit 6ed55a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gptscript/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
gptscript_info = {
2727
"name": "gptscript",
2828
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
29-
"version": "v0.2.0",
29+
"version": "v0.4.1",
3030
}
3131

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

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.3.0"
7+
version = "0.4.1"
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.3.0",
20+
"version": "v0.4.1",
2121
}
2222

2323
# Define platform-specific variables

0 commit comments

Comments
 (0)