From 2e08f07d4f05caaefd101debf184ba7dea1efad2 Mon Sep 17 00:00:00 2001 From: Claudio Salvatore Arcidiacono <22871978+ClaudioSalvatoreArcidiacono@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:20:45 +0200 Subject: [PATCH] Bump version to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 761cbc0..219dc8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "felimination" description = "This library contains some useful scikit-learn compatible classes for feature selection." -version = "0.2.3" +version = "0.3.0" keywords = ["feature selection", "scikit-learn", "machine learning"] authors = [ { name = "Claudio Salvatore Arcidiacono", email = "author@email.com" }