From d9b4e7e72a5730c707fe42fbfe81ca86f406755f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Fri, 18 Oct 2024 13:22:28 -0300 Subject: [PATCH] Bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 87adefe..70abaff 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "StatsLearnModels" uuid = "c146b59d-1589-421c-8e09-a22e554fd05c" authors = ["Elias Carvalho and contributors"] -version = "0.3.3" +version = "0.3.4" [deps] ColumnSelectors = "9cc86067-7e36-4c61-b350-1ac9833d277f" @@ -23,7 +23,7 @@ StatsLearnModelsMLJModelInterfaceExt = "MLJModelInterface" [compat] ColumnSelectors = "1.0" -DataScienceTraits = "0.4" +DataScienceTraits = "1.0" DecisionTree = "0.12" Distances = "0.10" Distributions = "0.25"