From 28c43f7b9daa6a95e89df3ab1311a79c7f7129a9 Mon Sep 17 00:00:00 2001 From: acorn-io-bot Date: Tue, 30 Jul 2024 12:42:15 +0000 Subject: [PATCH] Automated GPTScript Version Update --- gptscript/install.py | 2 +- pyproject.toml | 2 +- scripts/package | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gptscript/install.py b/gptscript/install.py index adb13ca..19a1ae3 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.2", + "version": "v0.9.3", } pltfm = {"windows": "windows", "linux": "linux", "darwin": "macOS"}.get( diff --git a/pyproject.toml b/pyproject.toml index cce3095..9674a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gptscript" -version = "0.9.2" +version = "0.9.3" 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 d21a97b..d42bf4b 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.2", + "version": "v0.9.3", } # Define platform-specific variables