From c19682401920c9bd641d492f2ebe96284729d728 Mon Sep 17 00:00:00 2001
From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr>
Date: Thu, 4 Jun 2020 21:51:40 +0200
Subject: [PATCH] update url

---
 python/README.rst                                    | 2 +-
 python/VERSION                                       | 2 +-
 python/doc/README.md                                 | 2 +-
 python/setup.py                                      | 4 ++--
 python/tffpy/create_subregions.py                    | 2 +-
 python/tffpy/datasets.py                             | 2 +-
 python/tffpy/experiments/exp_solve_tff.py            | 2 +-
 python/tffpy/experiments/tests/test_exp_solve_tff.py | 2 +-
 python/tffpy/interpolation_solver.py                 | 2 +-
 python/tffpy/scripts/script_exp_solve_tff.py         | 2 +-
 python/tffpy/tests/ci_config.py                      | 2 +-
 python/tffpy/tests/test_create_subregions.py         | 2 +-
 python/tffpy/tests/test_datasets.py                  | 2 +-
 python/tffpy/tests/test_interpolation_solver.py      | 2 +-
 python/tffpy/tests/test_tf_fading.py                 | 2 +-
 python/tffpy/tests/test_utils.py                     | 2 +-
 python/tffpy/tf_fading.py                            | 2 +-
 python/tffpy/tf_tools.py                             | 2 +-
 python/tffpy/utils.py                                | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/python/README.rst b/python/README.rst
index 2b771a9..2d545bc 100755
--- a/python/README.rst
+++ b/python/README.rst
@@ -26,7 +26,7 @@ For additional details, see doc/install.rst.
 Usage
 -----
 
-See the `documentation <http://skmad-suite.pages.lis-lab.fr/tffpy/>`_.
+See the `documentation <http://skmad-suite.pages.lis-lab.fr/tff2020/>`_.
 
 Bugs
 ----
diff --git a/python/VERSION b/python/VERSION
index 4d6eb64..18eb679 100755
--- a/python/VERSION
+++ b/python/VERSION
@@ -1 +1 @@
-tffpy:0.1.1
+tffpy:0.1.2
diff --git a/python/doc/README.md b/python/doc/README.md
index de04427..a0401d7 100755
--- a/python/doc/README.md
+++ b/python/doc/README.md
@@ -1,6 +1,6 @@
 If you only want to get the documentation, note that a pre-built
 version for the latest release is available
-[online](http://skmad-suite.pages.lis-lab.fr/tffpy/).
+[online](http://skmad-suite.pages.lis-lab.fr/tff2020/).
 
 Sphinx is used to generate the API and reference documentation.
 
diff --git a/python/setup.py b/python/setup.py
index 5936139..c6ce593 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -29,7 +29,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
@@ -56,7 +56,7 @@ import sys
 NAME = 'tffpy'
 DESCRIPTION = 'Time frequency fading using Gabor multipliers'
 LICENSE = 'GNU General Public License v3 (GPLv3)'
-URL = 'https://gitlab.lis-lab.fr/skmad-suite/{}'.format(NAME)
+URL = 'https://gitlab.lis-lab.fr/skmad-suite/tff2020'
 AUTHOR = 'Valentin Emiya, Ama Marina Kreme'
 AUTHOR_EMAIL = ('valentin.emiya@lis-lab.fr, '
                 'ama-marina.kreme@lis-lab.fr')
diff --git a/python/tffpy/create_subregions.py b/python/tffpy/create_subregions.py
index ac98cd5..4de68a2 100644
--- a/python/tffpy/create_subregions.py
+++ b/python/tffpy/create_subregions.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/datasets.py b/python/tffpy/datasets.py
index 35ce384..8727e90 100644
--- a/python/tffpy/datasets.py
+++ b/python/tffpy/datasets.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/experiments/exp_solve_tff.py b/python/tffpy/experiments/exp_solve_tff.py
index 98cec70..a4550af 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/experiments/tests/test_exp_solve_tff.py b/python/tffpy/experiments/tests/test_exp_solve_tff.py
index 5021364..ec35956 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/interpolation_solver.py b/python/tffpy/interpolation_solver.py
index 3e7c390..d102dcc 100644
--- a/python/tffpy/interpolation_solver.py
+++ b/python/tffpy/interpolation_solver.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/scripts/script_exp_solve_tff.py b/python/tffpy/scripts/script_exp_solve_tff.py
index 19d1988..6be4c94 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py
index 4f97d80..ac35577 100644
--- a/python/tffpy/tests/ci_config.py
+++ b/python/tffpy/tests/ci_config.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_create_subregions.py b/python/tffpy/tests/test_create_subregions.py
index 31f06ed..15d5749 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_datasets.py b/python/tffpy/tests/test_datasets.py
index 4da8234..11b7791 100644
--- a/python/tffpy/tests/test_datasets.py
+++ b/python/tffpy/tests/test_datasets.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_interpolation_solver.py b/python/tffpy/tests/test_interpolation_solver.py
index 4d0705b..0176e07 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_tf_fading.py b/python/tffpy/tests/test_tf_fading.py
index 2abf7fc..c1349f5 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tests/test_utils.py b/python/tffpy/tests/test_utils.py
index fe44e0f..88f6c1a 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.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tf_fading.py b/python/tffpy/tf_fading.py
index bbd6911..5dad10f 100644
--- a/python/tffpy/tf_fading.py
+++ b/python/tffpy/tf_fading.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/tf_tools.py b/python/tffpy/tf_tools.py
index 0a831a4..09b2fe7 100755
--- a/python/tffpy/tf_tools.py
+++ b/python/tffpy/tf_tools.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
diff --git a/python/tffpy/utils.py b/python/tffpy/utils.py
index db35fb1..9daac84 100755
--- a/python/tffpy/utils.py
+++ b/python/tffpy/utils.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * tffpy version = 0.1.1
+# * tffpy version = 0.1.2
 #
 # Licence
 # -------
-- 
GitLab