diff --git a/gptscript/install.py b/gptscript/install.py index e20c654..4999d2d 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.8.5", + "version": "v0.9.0", } pltfm = {"windows": "windows", "linux": "linux", "darwin": "macOS"}.get( diff --git a/pyproject.toml b/pyproject.toml index fe4057c..0a38f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gptscript" -version = "0.8.5" +version = "0.9.0" 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 b05f856..470e3e9 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.8.5", + "version": "v0.9.0", } # Define platform-specific variables