From de8ae619ae05a917b391eaec31e83ff511fa8f9d Mon Sep 17 00:00:00 2001 From: LeonOstrez Date: Tue, 2 Jul 2024 17:54:49 +0100 Subject: [PATCH] version 0.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 195260da9..16de53764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gpt-pilot" -version = "0.2.5" +version = "0.2.6" description = "Build complete apps using AI agents" authors = ["Senko Rasic "] license = "FSL-1.1-MIT"