From 1ac6692df636f9171609d53c4c470b8ff81931c5 Mon Sep 17 00:00:00 2001 From: kyaukyuai Date: Sun, 15 Sep 2024 08:27:43 +0900 Subject: [PATCH] chore: Bump version to 0.0.53 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c130b8bd..74f009d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-all-star" -version = "0.0.51" +version = "0.0.53" description = "AI-powered code generation tool for scratch development of web applications with a team collaboration of autonomous AI agents. This is a research-project, and its primary value is to explore the possibility of autonomous AI agents." authors = ["Yuya Kakui "] license = "MIT"