Skip to content

Commit

Permalink
Automated GPTScript Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
acorn-io-bot authored and github-actions[bot] committed Aug 12, 2024
1 parent 8273477 commit d94113b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gptscript/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
gptscript_info = {
"name": "gptscript",
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
"version": "v0.9.5-rc1",
"version": "v0.9.5-rc2",
}

pltfm = {"windows": "windows", "linux": "linux", "darwin": "macOS"}.get(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gptscript"
version = "0.9.5-rc1"
version = "0.9.5-rc2"
description = "Run gptscripts from Python apps"
readme = "README.md"
authors = [{ name = "Bill Maxwell", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from tempfile import TemporaryDirectory
gptscript_info = {
"name": "gptscript",
"url": "https://github.com/gptscript-ai/gptscript/releases/download/",
"version": "v0.9.5-rc1",
"version": "v0.9.5-rc2",
}

# Define platform-specific variables
Expand Down

0 comments on commit d94113b

Please sign in to comment.