diff --git a/python/README.rst b/python/README.rst
index 2d545bc104715dd68c1ae2cc069049e710fb8c2e..970af7b11c62b3ecc1589aaf342b24f66e7286d5 100755
--- a/python/README.rst
+++ b/python/README.rst
@@ -13,8 +13,7 @@ Install the current release with ``pip``::
 
     pip install tffpy
 
-Download the data from `this link <https://gitlab.lis-lab
-.fr/skmad-suite/tff2020/-/tree/master/data>`.
+Download the data from `this link <https://gitlab.lis-lab.fr/skmad-suite/tff2020/-/archive/master/tff2020-master.zip?path=data>`_.
 
 Then run function `tffpy.utils.generate_config` in order to create
 a configuration file and modify it to specify the path to your data folder.
diff --git a/python/VERSION b/python/VERSION
index 18eb6797ccf42da33829c7e8578e5ee86214d188..7029df1ccdfe9fe757a9fee7e16b86862d8d07bc 100755
--- a/python/VERSION
+++ b/python/VERSION
@@ -1 +1 @@
-tffpy:0.1.2
+tffpy:0.1.3
diff --git a/python/setup.py b/python/setup.py
index c6ce593df8d333ecbaf38f5e9a04c55abf3eeda7..690309a1936e7b03cb1fb88bd986e367e3a6a7cd 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -29,7 +29,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/__init__.py b/python/tffpy/__init__.py
index 2f35b24f8752cd7e634440cec17a4173659fd601..76ef20e1ba0c156ceb3b24c160254a76342a36a6 100755
--- a/python/tffpy/__init__.py
+++ b/python/tffpy/__init__.py
@@ -8,4 +8,4 @@
 # __all__ = ['GaborMultiplier', 'get_dgt_params', 'get_signal_params', 'dgt']
 
 # TODO minimal documentation__version__ = "0.1"
-__version__ = "0.1.1"
+__version__ = "0.1.3"
diff --git a/python/tffpy/create_subregions.py b/python/tffpy/create_subregions.py
index 4de68a21b9bf3408074ace06334e9dac4f3e2476..87494c930c58366217a1245e927dd77700a613e9 100644
--- a/python/tffpy/create_subregions.py
+++ b/python/tffpy/create_subregions.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/datasets.py b/python/tffpy/datasets.py
index 8727e906511cba45b1d8815365dffea166ba3104..900d444f38f051d8058e318205bdc318797493ef 100644
--- a/python/tffpy/datasets.py
+++ b/python/tffpy/datasets.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/experiments/exp_solve_tff.py b/python/tffpy/experiments/exp_solve_tff.py
index a4550af0fd395fd51f0f902a81d0322926b19d4e..2ca6e21af4f51bea5e479473873660e2937ba1c0 100644
--- a/python/tffpy/experiments/exp_solve_tff.py
+++ b/python/tffpy/experiments/exp_solve_tff.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/experiments/tests/test_exp_solve_tff.py b/python/tffpy/experiments/tests/test_exp_solve_tff.py
index ec359565a94131d42192e4be0fb8d89bd3bdc4f6..018a6d47f85e202d5931896defdf2d37059958b6 100644
--- a/python/tffpy/experiments/tests/test_exp_solve_tff.py
+++ b/python/tffpy/experiments/tests/test_exp_solve_tff.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/interpolation_solver.py b/python/tffpy/interpolation_solver.py
index d102dcc6b1126e98a98ccfe8c5df73d464dde8b4..6ef936651e67e13145f25367f95ad861ad81553f 100644
--- a/python/tffpy/interpolation_solver.py
+++ b/python/tffpy/interpolation_solver.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/scripts/script_exp_solve_tff.py b/python/tffpy/scripts/script_exp_solve_tff.py
index 6be4c9446f648fa53cc8fb46c468c5dc36708117..fa0ae2a0691e332ec3fb4805b2fb9212ef0182fd 100644
--- a/python/tffpy/scripts/script_exp_solve_tff.py
+++ b/python/tffpy/scripts/script_exp_solve_tff.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py
index ac355772886a0f8aa5bae1941d4a102692f012c6..3ea27000b809d4b96fd9a807a2d56cc06080313f 100644
--- a/python/tffpy/tests/ci_config.py
+++ b/python/tffpy/tests/ci_config.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_create_subregions.py b/python/tffpy/tests/test_create_subregions.py
index 15d5749a28bd22d73607a66572a8678692c9964e..6436ef19ea7abe6da075c7608b93cd8f1ecfe37d 100644
--- a/python/tffpy/tests/test_create_subregions.py
+++ b/python/tffpy/tests/test_create_subregions.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_datasets.py b/python/tffpy/tests/test_datasets.py
index 11b7791cdaa17a564eaf7eb1ea7836ca7d1351d1..2c1c894b02b1822d2ff326ef13158f135e61c884 100644
--- a/python/tffpy/tests/test_datasets.py
+++ b/python/tffpy/tests/test_datasets.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_interpolation_solver.py b/python/tffpy/tests/test_interpolation_solver.py
index 0176e07ad191c4be6b24f159ec059cc97944b5ae..e18a321928b4b5a92a3c7b31b81ea08779df7557 100644
--- a/python/tffpy/tests/test_interpolation_solver.py
+++ b/python/tffpy/tests/test_interpolation_solver.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_tf_fading.py b/python/tffpy/tests/test_tf_fading.py
index c1349f5d6719d6e94fbcacf5447784e7ffbe1c04..ee8616971a73d3e89ec5ea82fa8d98461d878f1f 100644
--- a/python/tffpy/tests/test_tf_fading.py
+++ b/python/tffpy/tests/test_tf_fading.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_utils.py b/python/tffpy/tests/test_utils.py
index 88f6c1ae2145a5c84770c2b17c91aa386817351f..035f7bf6816da80f2e412bb15f5b7917972c7d3f 100644
--- a/python/tffpy/tests/test_utils.py
+++ b/python/tffpy/tests/test_utils.py
@@ -31,7 +31,7 @@ import tempfile
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tf_fading.py b/python/tffpy/tf_fading.py
index 5dad10fa7609828e79b00d123113f391d0fe2867..7051633272272dc5e2f211f5b400245a8f89d6b6 100644
--- a/python/tffpy/tf_fading.py
+++ b/python/tffpy/tf_fading.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/tf_tools.py b/python/tffpy/tf_tools.py
index 09b2fe771f1d624eca782c609595c9544530fc61..52c57985372192d55ba1bc3a7951ce4d5315c944 100755
--- a/python/tffpy/tf_tools.py
+++ b/python/tffpy/tf_tools.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------
diff --git a/python/tffpy/utils.py b/python/tffpy/utils.py
index 9daac841f21bb75249df6f558f1f5369b66a0e0a..67b36ec609d962fec16061c7e6fda9ee7b5886e3 100755
--- a/python/tffpy/utils.py
+++ b/python/tffpy/utils.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.2
+# * tffpy version = 0.1.3
 #
 # Licence
 # -------