From 8c930ef51fde4e5ffd2811f785fa56c4bc64f890 Mon Sep 17 00:00:00 2001 From: Vibor Cipan <48092564+viborc@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:41:22 +0200 Subject: [PATCH] Update pyproject.toml Update pyproject.toml to match the new release v 0.2.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58b02d9521..9d442be2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-engineer" -version = "0.2.8" +version = "0.2.9" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." authors = ["Anton Osika "] license = "MIT"