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