Skip to content

Commit 1160b58

Browse files
authored
Update pyproject.toml to 0.15.1 (#4222)
### What problem does this PR solve? Missing update information ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: jinhai <[email protected]>
1 parent 61790eb commit 1160b58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragflow"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
description = "[RAGFlow](https://ragflow.io/) is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding. It offers a streamlined RAG workflow for businesses of any scale, combining LLM (Large Language Models) to provide truthful question-answering capabilities, backed by well-founded citations from various complex formatted data."
55
authors = ["Your Name <[email protected]>"]
66
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragflow-sdk"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
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."
55
authors = ["Zhichang Yu <[email protected]>"]
66
license = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)