From 7ea620e6fd7b67a63c4f64ac49e94a00f4e6c51c Mon Sep 17 00:00:00 2001 From: Volodymyr Orlov Date: Mon, 9 May 2022 16:03:05 -0700 Subject: [PATCH] Updates version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f662d5e..f83889e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "smartcore" description = "The most advanced machine learning library in rust." homepage = "https://smartcorelib.org" -version = "0.2.0" +version = "0.2.1" authors = ["SmartCore Developers"] edition = "2018" license = "Apache-2.0"