From 4816f6533db1a1287b87860f090455c355dc2abf Mon Sep 17 00:00:00 2001 From: Axel Theorell Date: Wed, 13 Dec 2023 14:47:01 +0100 Subject: [PATCH] patch 0.2.3 for main path problem --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0046ceaf31..1df123c49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-engineer" -version = "0.2.2" +version = "0.2.3" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." authors = ["Anton Osika "] license = "MIT"