Skip to content

Commit 0946a08

Browse files
committed
fix package versions
1 parent e0ae0f7 commit 0946a08

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 = "ragstack-ai-langflow"
3-
version = "0.0.5"
3+
version = "0.0.11"
44
description = "RAGStack Langflow"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]

src/backend/base/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 = "ragstack-ai-langflow-base"
3-
version = "0.0.5"
3+
version = "0.0.11"
44
description = "RAGStack Langflow base"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]

0 commit comments

Comments
 (0)