From 4309ab1e4885b61aa16f8f5f788f7559d8f4fe6d Mon Sep 17 00:00:00 2001 From: Martin B Date: Wed, 26 Jul 2017 16:49:47 +0200 Subject: [PATCH] TICK-388 Upgrade version --- doc/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 5434c381d..4baebc453 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -92,9 +92,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 915e34d7f..fdcf83104 100644 --- a/setup.py +++ b/setup.py @@ -843,7 +843,7 @@ def run(self): setup(name="tick", - version='0.1.2011', + version='0.2.1.4', author="Emmanuel Bacry, " "Stephane Gaiffas, " "Martin Bompaire, "