From 62781d4269739c7b539066f25ac7639ed12d3592 Mon Sep 17 00:00:00 2001 From: antoinedemathelin <45264923+antoinedemathelin@users.noreply.github.com> Date: Mon, 9 May 2022 21:00:12 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1247367..7cf9203 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='adapt', - version='0.4.0', + version='0.4.1', description='Awesome Domain Adaptation Python Toolbox for Tensorflow and Scikit-learn', url='https://github.com/adapt-python/adapt.git', author='Antoine de Mathelin',