python and ts sdks v0.1.2

This commit is contained in:
phact 2026-01-05 11:04:47 -05:00
parent c923ecb396
commit 82318346ed
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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",