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",