Skip to content

Commit 664ef17

Browse files
authored
chore(release): prepare 4.1.0.post20260203075550 (#229)
Prepare release 4.1.0.post20260203075550 - bump internal libs versions only Co-authored-by: a-klos <28005881+a-klos@users.noreply.github.com>
1 parent 86e14ee commit 664ef17

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "admin-api-lib"
7-
version = "4.0.0"
7+
version = "4.1.0.post20260203075550"
88
description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",

libs/extractor-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "extractor-api-lib"
7-
version = "4.0.0"
7+
version = "4.1.0.post20260203075550"
88
description = "Extracts the content of documents, websites, etc and maps it to a common format."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",

libs/rag-core-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rag-core-api"
7-
version = "4.0.0"
7+
version = "4.1.0.post20260203075550"
88
description = "The rag-core-api contains the API layer for the RAG template for document retrieval, question answering, knowledge base management in the vector database and more."
99
packages = [{ include = "rag_core_api", from = "src" }]
1010
authors = [

libs/rag-core-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "rag-core-lib"
7-
version = "4.0.0"
7+
version = "4.1.0.post20260203075550"
88
description = "The rag-core-lib contains the shared components of at least two of the rag libs."
99
authors = [
1010
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",

0 commit comments

Comments
 (0)