From 2c4a693032b1845386d033d100cb9176ffd1bf09 Mon Sep 17 00:00:00 2001 From: kyaukyuai Date: Sat, 29 Jun 2024 10:29:11 +0900 Subject: [PATCH] chore: bump version to 0.0.45 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e8ccc74..b8ce149f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-all-star" -version = "0.0.44" +version = "0.0.45" 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"