From a8daabd78adbc0bfbd788787aa74b757a2b16a3a Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sun, 18 Jun 2023 23:31:01 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26af12f2f5..52bd0b921a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "gpt-engineer" -version = "0.0.1" +version = "0.0.3" description = "Specify what you want it to build, the AI asks for clarification, and then builds it." readme = "README.md" requires-python = ">=3"