diff --git a/gptscript/install.py b/gptscript/install.py index b315317..135038e 100644 --- a/gptscript/install.py +++ b/gptscript/install.py @@ -27,7 +27,7 @@ gptscript_info = { "name": "gptscript", "url": "https://github.com/gptscript-ai/gptscript/releases/download/", - "version": "v0.9.5-rc3", + "version": "v0.9.5-rc4", } pltfm = {"windows": "windows", "linux": "linux", "darwin": "macOS"}.get( diff --git a/pyproject.toml b/pyproject.toml index a562bb2..7a32c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gptscript" -version = "0.9.5-rc3" +version = "0.9.5-rc4" description = "Run gptscripts from Python apps" readme = "README.md" authors = [{ name = "Bill Maxwell", email = "bill@acorn.io" }] diff --git a/scripts/package b/scripts/package index e604f6f..b36e855 100755 --- a/scripts/package +++ b/scripts/package @@ -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-rc3", + "version": "v0.9.5-rc4", } # Define platform-specific variables