From 0322e0523bd319ec83bbaef6b708c0f05edd7fe2 Mon Sep 17 00:00:00 2001 From: "philip.deegan" Date: Thu, 25 Jan 2018 14:06:58 +0100 Subject: [PATCH] Prepare for v0.4 release --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bb2802e3b..9c4c4132f 100644 --- a/setup.py +++ b/setup.py @@ -824,15 +824,16 @@ def run(self): setup(name="tick", - version='0.3.0.0', + version='0.4.0.0', author="Emmanuel Bacry, " "Stephane Gaiffas, " "Martin Bompaire, " "Søren V. Poulsen, " "Maryan Morel, " - "Simon Bussy", + "Simon Bussy, " + "Philip Deegan", author_email='martin.bompaire@polytechnique.edu, ' - 'soren.poulsen@polytechnique.edu', + 'philip.deegan@polytechnique.edu', url="https://x-datainitiative.github.io/tick/", description="Module for statistical learning, with a particular emphasis " "on time-dependent modelling",