diff --git a/Cargo.toml b/Cargo.toml index fc962c7..87263af 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"]