diff --git a/Cargo.lock b/Cargo.lock index 828ae34..525eb06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "semtools" -version = "1.3.1" +version = "1.4.0" dependencies = [ "anyhow", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index 88d802b..01bc995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "semtools" -version = "1.3.1" +version = "1.4.0" edition = "2024" license = "MIT" description = "Semantic search and document parsing tools for the command line" diff --git a/package-lock.json b/package-lock.json index 04c9eaf..7f5b204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@llamaindex/semtools", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@llamaindex/semtools", - "version": "1.3.1", + "version": "1.4.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 37fa535..6e43076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@llamaindex/semtools", - "version": "1.3.1", + "version": "1.4.0", "description": "Semantic search and document parsing tools for the command line (Rust-backed, npm-distributed)", "license": "MIT", "author": "LlamaIndex",