Merge pull request #733 from langflow-ai/sdk-release
Bump SDKs to v0.1.2
This commit is contained in:
commit
29ea5e7b9f
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "openrag-sdk"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Official Python SDK for OpenRAG API"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "openrag-sdk",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Official TypeScript/JavaScript SDK for OpenRAG API",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue