From bca6fa6b686d3d19908e9b3032bf19083f078592 Mon Sep 17 00:00:00 2001 From: ATheorell <143704446+ATheorell@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:23:38 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d157c1910a..970e1e4473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-engineer" -version = "0.2.5" +version = "0.2.6" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." authors = ["Anton Osika "] license = "MIT"