From 1160b58b6e13cc11422c153f4124d682d87de67b Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 25 Dec 2024 14:06:00 +0800 Subject: [PATCH] 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 --- pyproject.toml | 2 +- sdk/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 826747aca..882253824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ragflow" -version = "0.15.0" +version = "0.15.1" 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." authors = ["Your Name "] license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE" diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 7889ef6ef..a59459c8f 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ragflow-sdk" -version = "0.15.0" +version = "0.15.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 = ["Zhichang Yu "] license = "Apache License, Version 2.0"