From e2d1b8bbda4cb7ed3d720cc5792ac699f96d9658 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Mon, 4 Sep 2023 09:01:09 +0200 Subject: [PATCH] Revert "Updated pyproject.toml (#666)" (#672) This reverts commit 565a218de7d8d743b5f9a7df16814879ecc07cb9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01f2984d7b..fbafd9bc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "gpt-engineer" -version = "0.0.10" +version = "0.0.9" 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"