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 "]