diff --git a/doc/conf.py b/doc/conf.py index eac09b38..812cc68a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -24,8 +24,8 @@ u'Bellet and Nathalie Vauquier') author = (u'CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet and ' u'Nathalie Vauquier') -version = '0.6.0' -release = '0.6.0' +version = '0.6.2' +release = '0.6.2' language = 'en' exclude_patterns = ['_build'] diff --git a/metric_learn/_version.py b/metric_learn/_version.py index 8411e551..aece342d 100644 --- a/metric_learn/_version.py +++ b/metric_learn/_version.py @@ -1 +1 @@ -__version__ = '0.6.1' +__version__ = '0.6.2'