From d74315ade1533d803c32e551d8db5ef2eb190124 Mon Sep 17 00:00:00 2001 From: Anthony Chiu Date: Tue, 17 Oct 2023 17:15:34 +0800 Subject: [PATCH] Update version to 2.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cedc548..c31c5dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "target-permutation-importances" -version = "2.0.0.beta.1" +version = "2.0.0" description = "Compute (Target) Permutation Importances of a machine learning model" authors = [{name = "Anthony Chiu", email = "kingychiu@gmail.com"}] maintainers = [{name = "Anthony Chiu", email = "kingychiu@gmail.com"}] @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry] name = "target-permutation-importances" -version = "1.0.20.beta.1" +version = "2.0.0" description = "Compute (Target) Permutation Importances of a machine learning model" authors = ["Anthony Chiu "] maintainers = ["Anthony Chiu "]