From f65ab248652410e9ef723086156ad42a6e806a3f Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Wed, 16 Aug 2023 22:27:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20release=200.0.9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4831d3e91..03cd49f3c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "gpt-engineer" -version = "0.0.8" +version = "0.0.9" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." readme = "README.md" requires-python = ">=3.8, <4.0"