Skip to content

Commit 9738fba

Browse files
authored
Merge pull request #696 from langflow-ai/release-rc-0.1.55
feat: Bump version to 0.1.55
2 parents ac80c3d + 3e0f603 commit 9738fba

File tree

5 files changed

+1657
-1400
lines changed

5 files changed

+1657
-1400
lines changed

pyproject.toml

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

55
[project]
66
name = "openrag"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.13"

sdks/python/pyproject.toml

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

55
[project]
66
name = "openrag-sdk"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Official Python SDK for OpenRAG API"
99
readme = "README.md"
1010
license = "MIT"

sdks/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrag-sdk",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Official TypeScript/JavaScript SDK for OpenRAG API",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)