From 6e55b9146c02d91f08a4bf3b7a1022ba2121462f Mon Sep 17 00:00:00 2001 From: Lynn Date: Wed, 15 Oct 2025 15:14:52 +0800 Subject: [PATCH] Doc: update released tag. (#10578) ### What problem does this PR solve? Update to released version tag in pyproject.toml ### Type of change - [x] Documentation Update --- admin/client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/client/pyproject.toml b/admin/client/pyproject.toml index 6f79b07a2..025f1ea8a 100644 --- a/admin/client/pyproject.toml +++ b/admin/client/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ragflow-cli" -version = "0.21.0.dev9" +version = "0.21.0" description = "Admin Service's client of [RAGFlow](https://github.com/infiniflow/ragflow). The Admin Service provides user management and system monitoring. " authors = [{ name = "Lynn", email = "lynn_inf@hotmail.com" }] license = { text = "Apache License, Version 2.0" }