From 8310ade5098bff0008931ac933bcdcc605898c8b Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Fri, 3 Apr 2026 01:13:09 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1ef8e20c..c80905d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.25.0" +version = "4.25.0-dev" description = "Easy-to-use multi-platform LLM chatbot and development framework" readme = "README.md" license = { text = "AGPL-3.0-or-later" }