Skip to content

Commit

Permalink
Update version number for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHuSh committed Nov 25, 2024
1 parent a0e9b62 commit 566c39f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 36 deletions.
36 changes: 23 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragflow"
version = "0.13.0"
version = "0.14.0"
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 <[email protected]>"]
license = "https://github.com/infiniflow/ragflow/blob/main/LICENSE"
Expand Down
24 changes: 3 additions & 21 deletions sdk/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ragflow-sdk"
version = "0.13.0"
version = "0.14.0"
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 <[email protected]>"]
license = "Apache License, Version 2.0"
Expand Down

0 comments on commit 566c39f

Please sign in to comment.