diff --git a/doc/conf.py b/doc/conf.py index e7e6a108..5d1baeda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,10 +20,10 @@ # General information about the project. project = u'metric-learn' -copyright = u'2015-2018, CJ Carey and Yuan Tang' -author = u'CJ Carey and Yuan Tang' -version = '0.4.0' -release = '0.4.0' +copyright = u'2015-2019, CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet, and Nathalie Vauquier' +author = u'CJ Carey, Yuan Tang, William de Vazelhes, Aurélien Bellet, and Nathalie Vauquier' +version = '0.5.0' +release = '0.5.0' language = 'en' exclude_patterns = ['_build'] diff --git a/metric_learn/_version.py b/metric_learn/_version.py index abeeedbf..2b8877c5 100644 --- a/metric_learn/_version.py +++ b/metric_learn/_version.py @@ -1 +1 @@ -__version__ = '0.4.0' +__version__ = '0.5.0'