From 5cd8306bcb00c6a78396624d461c010959c3061c Mon Sep 17 00:00:00 2001 From: LuoChen Date: Fri, 9 Aug 2024 14:54:03 +0800 Subject: [PATCH] version: 0.2.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d66e1d..a597551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ai-powered" -version = "0.2.6" +version = "0.2.7" description = "The easiest way to develop AI-Powered applications" authors = [ "Luo Chen " ] repository = "https://github.com/luochen1990/ai_powered"