From 3029e7aaf1d8adeec114d5acd7ca9bd45d577e8e Mon Sep 17 00:00:00 2001 From: dwoiwode Date: Tue, 29 Mar 2022 15:03:56 +0200 Subject: [PATCH] Fix version --- pyPDP/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyPDP/__init__.py b/pyPDP/__init__.py index abb25b2..9457149 100644 --- a/pyPDP/__init__.py +++ b/pyPDP/__init__.py @@ -3,5 +3,5 @@ author = "Yannik Mahlau and Dominik Woiwode" author_email = "dominik.woiwode@stud.uni-hannover.de" description = "A python implementation of 'Explaining Hyperparameter Optimization via Partial Dependence Plots' by Moosbauer et al." -version = "0.1.5" +version = "0.1.6" license = "MIT"