Bump version: 0.3.3 → 0.3.4

This commit is contained in:
Lance Release
2023-10-26 21:02:52 +00:00
committed by Weston Pace
parent 4d086d63eb
commit 722cede32b
4 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "vectordb-node"
version = "0.3.3"
version = "0.3.4"
description = "Serverless, low-latency vector database for AI applications"
license = "Apache-2.0"
edition = "2018"
@@ -14,7 +14,7 @@ arrow-array = { workspace = true }
arrow-ipc = { workspace = true }
arrow-schema = { workspace = true }
chrono = { workspace = true }
conv = "0.3.3"
conv = "0.3.4"
once_cell = "1"
futures = "0.3"
half = { workspace = true }

View File

@@ -1,6 +1,6 @@
[package]
name = "vectordb"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "LanceDB: A serverless, low-latency vector database for AI applications"
license = "Apache-2.0"