From 08bde26bd8006da6a6f5ab6de7e12b29f384b0f4 Mon Sep 17 00:00:00 2001 From: ATheorell <143704446+ATheorell@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:18:52 +0100 Subject: [PATCH] Updating version to regain python 3.8-9 compatibility on pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0fa0d3b76..3d8b2a01d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-engineer" -version = "0.2.3" +version = "0.2.4" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." authors = ["Anton Osika "] license = "MIT"