From 47d9291e2d763822c90614537745816adc880e49 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sat, 12 Aug 2023 13:51:45 +0200 Subject: [PATCH] =?UTF-8?q?Release=200.0.8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bdf5174433..225d626b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "gpt-engineer" -version = "0.0.7" +version = "0.0.8" 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" @@ -125,4 +125,4 @@ exclude = ''' | venv )/ ) -''' \ No newline at end of file +'''