From 44366f91359e343f9d09447adebc05db92d3b7f2 Mon Sep 17 00:00:00 2001 From: Bitworks LLC Date: Thu, 30 Jun 2022 18:54:52 +0400 Subject: [PATCH] Implemented basic benchmarks (#6) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2557865..b0222ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/insight-platform/Similari" readme = "README.md" keywords = ["machine-learning", "similarity"] categories = ["algorithms", "data-structures", "database", "mathematics", "science"] -version = "0.2.2" +version = "0.2.3" edition = "2021" license="Apache-2.0"