From c981cd15534e98320c6e29bbac7938cac78389c4 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Sun, 29 Jan 2023 13:28:49 +0000 Subject: [PATCH] (cargo-release) version 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcd5ae5..c0086b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "faiss" description = "High-level bindings for Faiss, the vector similarity search engine" -version = "0.11.1-alpha.0" +version = "0.12.0" authors = ["Eduardo Pinho "] license = "MIT/Apache-2.0" repository = "https://github.com/Enet4/faiss-rs"