From e5519cb500841a4f9deee9cda4b53f9460f9c14a Mon Sep 17 00:00:00 2001 From: Devashish Tripathi Date: Mon, 25 Nov 2024 18:54:59 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9e85a4..cc93042 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='RAISING', - version='1.0.0', + version='1.0.1', author='Devashish Tripathi', author_email='devashishtripathi697@gmail.com', description='RAISING: A supervised deep learning framework for hyperparameter tuning and feature selection',