Update version info to v0.22.1 (#11346)

### What problem does this PR solve?

As title

### Type of change

- [x] Other (please describe): Update version info

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2025-11-19 09:50:23 +08:00
committed by GitHub
parent 023f509501
commit 1cb6b7f5dd
22 changed files with 44 additions and 44 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "ragflow-sdk"
version = "0.22.0"
version = "0.22.1"
description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding."
authors = [{ name = "Zhichang Yu", email = "yuzhichang@gmail.com" }]
license = { text = "Apache License, Version 2.0" }

2
sdk/python/uv.lock generated
View File

@ -353,7 +353,7 @@ wheels = [
[[package]]
name = "ragflow-sdk"
version = "0.22.0"
version = "0.22.1"
source = { virtual = "." }
dependencies = [
{ name = "beartype" },