From 27663f11b2625b2a0aa91b2921f406c6a7f6ae4e Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 1 Oct 2024 16:05:46 +0200 Subject: [PATCH] increase the arroy version for the next release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc962c76..87263afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arroy" description = "Annoy-inspired Approximate Nearest Neighbors in Rust, based on LMDB and optimized for memory usage" -version = "0.4.0" +version = "0.5.0" documentation = "https://docs.rs/arroy" repository = "https://github.com/meilisearch/arroy" keywords = ["ANN-search", "Graph-algorithms", "Vector-Search", "Store"]