From 57086e91b65b88a95c89449aa501ff68a61dc39a Mon Sep 17 00:00:00 2001 From: William de Vazelhes <31916524+wdevazelhes@users.noreply.github.com> Date: Thu, 18 Jul 2019 16:24:46 +0200 Subject: [PATCH] Prepare new version (#232) * Prepare new version * Update authors * reorder authors --- doc/conf.py | 8 ++++---- metric_learn/_version.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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'