From 61581e2a5f7759b690102c6977d3f1535a39666f Mon Sep 17 00:00:00 2001 From: kyaukyuai Date: Wed, 24 Apr 2024 22:17:19 +0800 Subject: [PATCH] Bump version to 0.0.32 in pyproject.toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bc49d94..ef0538d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-all-star" -version = "0.0.31" +version = "0.0.32" 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"