From c1b0b534e1c10dc8dc095c8aed8afa32197d4328 Mon Sep 17 00:00:00 2001 From: Lorenzo Moriondo Date: Mon, 4 Mar 2024 13:24:35 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76d3e998..a3fea09b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "smartcore" description = "Machine Learning in Rust." homepage = "https://smartcorelib.org" -version = "0.3.3" +version = "0.4.0" authors = ["smartcore Developers"] edition = "2021" license = "Apache-2.0"