diff --git a/pyproject.toml b/pyproject.toml index fadf4f5..d1f9d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gptscript" -version = "0.5.0" +version = "0.8.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 6663053..587f9ec 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.7.1", + "version": "v0.8.0", } # Define platform-specific variables