Skip to content

Commit 0c8553e

Browse files
committed
Bump version to 0.1.1
Patch release with bug fixes: - Fix PDF loading (Buffer to Uint8Array for pdfjs-dist) - Fix multer file upload extension stripping - Increase LLM request timeout to 5 minutes
1 parent 80a271a commit 0c8553e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treedex",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Tree-based, vectorless document RAG framework. Connect any LLM via URL/API key.",
55
"type": "module",
66
"main": "dist/index.cjs",

pyproject.toml

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

55
[project]
66
name = "treedex"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Tree-based, vectorless document RAG framework. Connect any LLM via URL/API key."
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)