From 5371fb42a9c2f8de13134fd3be846885b893658e Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Thu, 29 Jun 2017 15:37:43 +0200
Subject: [PATCH] Change version tag on source file v1.0.8->v1.0.9

---
 VERSION                                                   | 2 +-
 doc/copyright.rst                                         | 2 +-
 ltfatpy/__init__.py                                       | 2 +-
 ltfatpy/comp/arg_firwin.py                                | 2 +-
 ltfatpy/comp/assert_groworder.py                          | 2 +-
 ltfatpy/comp/assert_sigreshape_post.py                    | 2 +-
 ltfatpy/comp/assert_sigreshape_pre.py                     | 2 +-
 ltfatpy/comp/comp_dct.pyx                                 | 2 +-
 ltfatpy/comp/comp_dst.pyx                                 | 2 +-
 ltfatpy/comp/comp_gabdual_long.pyx                        | 2 +-
 ltfatpy/comp/comp_gabtight_long.pyx                       | 2 +-
 ltfatpy/comp/comp_hermite.py                              | 2 +-
 ltfatpy/comp/comp_hermite_all.py                          | 2 +-
 ltfatpy/comp/comp_isepdgt.pyx                             | 2 +-
 ltfatpy/comp/comp_isepdgtreal.pyx                         | 2 +-
 ltfatpy/comp/comp_pgauss.pyx                              | 2 +-
 ltfatpy/comp/comp_sepdgt.pyx                              | 2 +-
 ltfatpy/comp/comp_sepdgtreal.pyx                          | 2 +-
 ltfatpy/comp/comp_sigreshape_post.py                      | 2 +-
 ltfatpy/comp/comp_sigreshape_pre.py                       | 2 +-
 ltfatpy/comp/comp_window.py                               | 2 +-
 ltfatpy/comp/gabpars_from_windowsignal.py                 | 2 +-
 ltfatpy/comp/ltfat.pxd                                    | 2 +-
 ltfatpy/fourier/dcti.py                                   | 2 +-
 ltfatpy/fourier/dctii.py                                  | 2 +-
 ltfatpy/fourier/dctiii.py                                 | 2 +-
 ltfatpy/fourier/dctiv.py                                  | 2 +-
 ltfatpy/fourier/dft.py                                    | 2 +-
 ltfatpy/fourier/dsti.py                                   | 2 +-
 ltfatpy/fourier/dstii.py                                  | 2 +-
 ltfatpy/fourier/dstiii.py                                 | 2 +-
 ltfatpy/fourier/dstiv.py                                  | 2 +-
 ltfatpy/fourier/fftindex.py                               | 2 +-
 ltfatpy/fourier/fftreal.py                                | 2 +-
 ltfatpy/fourier/fftresample.py                            | 2 +-
 ltfatpy/fourier/idft.py                                   | 2 +-
 ltfatpy/fourier/ifftreal.py                               | 2 +-
 ltfatpy/fourier/isevenfunction.py                         | 2 +-
 ltfatpy/fourier/middlepad.py                              | 2 +-
 ltfatpy/fourier/pderiv.py                                 | 2 +-
 ltfatpy/fourier/pgauss.py                                 | 2 +-
 ltfatpy/fourier/pherm.py                                  | 2 +-
 ltfatpy/fourier/psech.py                                  | 2 +-
 ltfatpy/gabor/dgt.py                                      | 2 +-
 ltfatpy/gabor/dgtlength.py                                | 2 +-
 ltfatpy/gabor/dgtreal.py                                  | 2 +-
 ltfatpy/gabor/gabdual.py                                  | 2 +-
 ltfatpy/gabor/gabframediag.py                             | 2 +-
 ltfatpy/gabor/gabimagepars.py                             | 2 +-
 ltfatpy/gabor/gabphasegrad.py                             | 2 +-
 ltfatpy/gabor/gabtight.py                                 | 2 +-
 ltfatpy/gabor/gabwin.py                                   | 2 +-
 ltfatpy/gabor/idgt.py                                     | 2 +-
 ltfatpy/gabor/idgtreal.py                                 | 2 +-
 ltfatpy/gabor/instfreqplot.py                             | 2 +-
 ltfatpy/gabor/phaselock.py                                | 2 +-
 ltfatpy/gabor/phaseplot.py                                | 2 +-
 ltfatpy/gabor/phaseunlock.py                              | 2 +-
 ltfatpy/gabor/plotdgt.py                                  | 2 +-
 ltfatpy/gabor/plotdgtreal.py                              | 2 +-
 ltfatpy/gabor/s0norm.py                                   | 2 +-
 ltfatpy/gabor/sgram.py                                    | 2 +-
 ltfatpy/gabor/tfplot.py                                   | 2 +-
 ltfatpy/signals/greasy.py                                 | 2 +-
 ltfatpy/signals/gspi.py                                   | 2 +-
 ltfatpy/signals/linus.py                                  | 2 +-
 ltfatpy/sigproc/fir2long.py                               | 2 +-
 ltfatpy/sigproc/firkaiser.py                              | 2 +-
 ltfatpy/sigproc/firwin.py                                 | 2 +-
 ltfatpy/sigproc/groupthresh.py                            | 2 +-
 ltfatpy/sigproc/largestn.py                               | 2 +-
 ltfatpy/sigproc/largestr.py                               | 2 +-
 ltfatpy/sigproc/long2fir.py                               | 2 +-
 ltfatpy/sigproc/normalize.py                              | 2 +-
 ltfatpy/sigproc/rms.py                                    | 2 +-
 ltfatpy/sigproc/thresh.py                                 | 2 +-
 ltfatpy/tests/comp/test_assert_sigreshape_post.py         | 2 +-
 ltfatpy/tests/comp/test_assert_sigreshape_pre.py          | 2 +-
 ltfatpy/tests/comp/test_comp_dct.py                       | 2 +-
 ltfatpy/tests/comp/test_comp_dst.py                       | 2 +-
 ltfatpy/tests/comp/test_comp_gabdual.py                   | 2 +-
 ltfatpy/tests/comp/test_comp_hermite.py                   | 2 +-
 ltfatpy/tests/comp/test_comp_hermite_all.py               | 2 +-
 ltfatpy/tests/comp/test_comp_isepdgt.py                   | 2 +-
 ltfatpy/tests/comp/test_comp_pgauss.py                    | 2 +-
 ltfatpy/tests/comp/test_comp_sepdgt.py                    | 2 +-
 ltfatpy/tests/comp/test_comp_sigreshape.py                | 2 +-
 ltfatpy/tests/datasets/get_dataset_path.py                | 2 +-
 ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py     | 2 +-
 ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py     | 2 +-
 ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py          | 2 +-
 ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py | 2 +-
 ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py     | 2 +-
 ltfatpy/tests/datasets/read_ref_mat.py                    | 2 +-
 ltfatpy/tests/datasets/read_s0norm_ex_mat.py              | 2 +-
 ltfatpy/tests/datasets/test_read_dgt_signal_ext.py        | 2 +-
 ltfatpy/tests/datasets/test_read_ref_mat.py               | 2 +-
 ltfatpy/tests/fourier/test_dct.py                         | 2 +-
 ltfatpy/tests/fourier/test_dft.py                         | 2 +-
 ltfatpy/tests/fourier/test_dst.py                         | 2 +-
 ltfatpy/tests/fourier/test_fftindex.py                    | 2 +-
 ltfatpy/tests/fourier/test_fftreal.py                     | 2 +-
 ltfatpy/tests/fourier/test_fftresample.py                 | 2 +-
 ltfatpy/tests/fourier/test_idft.py                        | 2 +-
 ltfatpy/tests/fourier/test_ifftreal.py                    | 2 +-
 ltfatpy/tests/fourier/test_isevenfunction.py              | 2 +-
 ltfatpy/tests/fourier/test_middlepad.py                   | 2 +-
 ltfatpy/tests/fourier/test_pderiv.py                      | 2 +-
 ltfatpy/tests/fourier/test_pgauss.py                      | 2 +-
 ltfatpy/tests/fourier/test_pherm.py                       | 2 +-
 ltfatpy/tests/fourier/test_psech.py                       | 2 +-
 ltfatpy/tests/gabor/test_dgt.py                           | 2 +-
 ltfatpy/tests/gabor/test_gabdual.py                       | 2 +-
 ltfatpy/tests/gabor/test_gabframediag.py                  | 2 +-
 ltfatpy/tests/gabor/test_gabimagepars.py                  | 2 +-
 ltfatpy/tests/gabor/test_gabphasegrad.py                  | 2 +-
 ltfatpy/tests/gabor/test_gabtight.py                      | 2 +-
 ltfatpy/tests/gabor/test_gabwin.py                        | 2 +-
 ltfatpy/tests/gabor/test_idgt.py                          | 2 +-
 ltfatpy/tests/gabor/test_instfreqplot.py                  | 2 +-
 ltfatpy/tests/gabor/test_phaselock.py                     | 2 +-
 ltfatpy/tests/gabor/test_phaseplot.py                     | 2 +-
 ltfatpy/tests/gabor/test_phaseunlock.py                   | 2 +-
 ltfatpy/tests/gabor/test_plotdgt.py                       | 2 +-
 ltfatpy/tests/gabor/test_plotdgtreal.py                   | 2 +-
 ltfatpy/tests/gabor/test_s0norm.py                        | 2 +-
 ltfatpy/tests/gabor/test_sgram.py                         | 2 +-
 ltfatpy/tests/gabor/test_tfplot.py                        | 2 +-
 ltfatpy/tests/signals/test_greasy.py                      | 2 +-
 ltfatpy/tests/signals/test_gspi.py                        | 2 +-
 ltfatpy/tests/signals/test_linus.py                       | 2 +-
 ltfatpy/tests/sigproc/test_fir2long.py                    | 2 +-
 ltfatpy/tests/sigproc/test_firkaiser.py                   | 2 +-
 ltfatpy/tests/sigproc/test_firwin.py                      | 2 +-
 ltfatpy/tests/sigproc/test_groupthresh.py                 | 2 +-
 ltfatpy/tests/sigproc/test_largestn.py                    | 2 +-
 ltfatpy/tests/sigproc/test_largestr.py                    | 2 +-
 ltfatpy/tests/sigproc/test_long2fir.py                    | 2 +-
 ltfatpy/tests/sigproc/test_normalize.py                   | 2 +-
 ltfatpy/tests/sigproc/test_rms.py                         | 2 +-
 ltfatpy/tests/sigproc/test_thresh.py                      | 2 +-
 ltfatpy/tests/tools/test_lcm.py                           | 2 +-
 ltfatpy/tests/tools/test_postpad.py                       | 2 +-
 ltfatpy/tools/lcm.py                                      | 2 +-
 ltfatpy/tools/postpad.py                                  | 2 +-
 setup.py                                                  | 2 +-
 146 files changed, 146 insertions(+), 146 deletions(-)

diff --git a/VERSION b/VERSION
index caf5320..43cc377 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.8
+ltfatpy:1.0.9
 ltfat:2.1.0
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 79be996..3c0f252 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -26,7 +26,7 @@ time-frequency analysis and synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.8
+* ltfatpy version = 1.0.9
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 115ad49..75f7234 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post",
            "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"]
 
 
-__version__ = "1.0.8"
+__version__ = "1.0.9"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index 48633c7..24f3917 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index f41b2a3..d43dd45 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 90cfebe..93d56e1 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index f52fa3c..e80618b 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index 0de8689..5699594 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index f2d6824..88f84bc 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index c449be8..89e0ab6 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index 0e299ad..466804c 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index fe936c6..9fe3f78 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 757f491..193c60d 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index 4c95ba1..e106eb4 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index 6a4386d..0d7a801 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 71545b0..60fc6d8 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 7a3e0e5..2dd9fe6 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index 31decaa..95fca13 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 23cf6da..2ea28d5 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index 8ef85c8..7cb1c40 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index aa62fb7..df63244 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index 45f3a29..f682c23 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index d8b9a81..e9b2dfd 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index 2c8384d..d01faa2 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index 968dadb..0a9917b 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index d7cd4a2..6e074bd 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index cb25924..df2175e 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index 08fa041..7b0a2e7 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index 2197295..7a42198 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index fe0f88f..d97b79d 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index 7e41555..c3dba76 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 15063ba..73fa10b 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index d171209..8ec8691 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index 34cb6e0..3049d62 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index 12ff443..226b39c 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index a97a81f..f52b2d3 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index c711003..ddaa914 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index ae4d538..7a03ad2 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index fcb7677..6ec4bed 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 9c5297d..625c829 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index 3a0f714..e9159a0 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index 0b24a0c..d5be524 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index c5dc33e..a9e7edc 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index 192a1cf..e2098d9 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 6cfb1e6..0e0601a 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index 38439cd..c59c458 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index d6a834c..4ff546a 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index 19aa471..10f07e5 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index e5e99f2..89ec5a8 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index b086f51..e7de231 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index f654f1e..57f3832 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index f6a8d19..bd845e5 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index 3694e08..882f077 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 6e3a0ad..c179a77 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index 3f5eed4..0f63963 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index 9fa32c7..075c57d 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index 50a2f93..69bfaf9 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 0db81cd..142d439 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index 17115e9..3966f8b 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index 4c3134e..7d6f214 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index 0f5e483..a53eb63 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index f577b84..24b5869 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 743dadf..4940917 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index 6c4269a..675fd8c 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index 268cdb6..407720d 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index 268b607..914a5ce 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 52e4018..2710eba 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index 3399a8f..18be782 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 000f430..6ca8422 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index 366d366..ad54c8f 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index 7fb45c2..d9e88f1 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 79f7268..65a7ce9 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index 29918ea..92e111a 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index 0d02f48..c218ff6 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index cc60a47..ea80a7d 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index 7485690..2c37b5e 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_post.py b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
index 73e1436..9c785cf 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
index 07dbbe3..e0cd9d5 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_dct.py b/ltfatpy/tests/comp/test_comp_dct.py
index 55319cc..ca68847 100644
--- a/ltfatpy/tests/comp/test_comp_dct.py
+++ b/ltfatpy/tests/comp/test_comp_dct.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_dst.py b/ltfatpy/tests/comp/test_comp_dst.py
index 677fe37..3414de3 100644
--- a/ltfatpy/tests/comp/test_comp_dst.py
+++ b/ltfatpy/tests/comp/test_comp_dst.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_gabdual.py b/ltfatpy/tests/comp/test_comp_gabdual.py
index b227bc6..b75f991 100644
--- a/ltfatpy/tests/comp/test_comp_gabdual.py
+++ b/ltfatpy/tests/comp/test_comp_gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_hermite.py b/ltfatpy/tests/comp/test_comp_hermite.py
index 063aae1..830ef4d 100644
--- a/ltfatpy/tests/comp/test_comp_hermite.py
+++ b/ltfatpy/tests/comp/test_comp_hermite.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_hermite_all.py b/ltfatpy/tests/comp/test_comp_hermite_all.py
index b407529..bae6a32 100644
--- a/ltfatpy/tests/comp/test_comp_hermite_all.py
+++ b/ltfatpy/tests/comp/test_comp_hermite_all.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_isepdgt.py b/ltfatpy/tests/comp/test_comp_isepdgt.py
index 3599441..4e24c5c 100644
--- a/ltfatpy/tests/comp/test_comp_isepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_isepdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_pgauss.py b/ltfatpy/tests/comp/test_comp_pgauss.py
index 7e8a8d3..1890929 100644
--- a/ltfatpy/tests/comp/test_comp_pgauss.py
+++ b/ltfatpy/tests/comp/test_comp_pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_sepdgt.py b/ltfatpy/tests/comp/test_comp_sepdgt.py
index dba6275..b96559d 100644
--- a/ltfatpy/tests/comp/test_comp_sepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_sepdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/comp/test_comp_sigreshape.py b/ltfatpy/tests/comp/test_comp_sigreshape.py
index 0279a65..037b558 100644
--- a/ltfatpy/tests/comp/test_comp_sigreshape.py
+++ b/ltfatpy/tests/comp/test_comp_sigreshape.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/get_dataset_path.py b/ltfatpy/tests/datasets/get_dataset_path.py
index 1d798bc..3ee415e 100644
--- a/ltfatpy/tests/datasets/get_dataset_path.py
+++ b/ltfatpy/tests/datasets/get_dataset_path.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
index df14484..fb68861 100644
--- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
index 495d514..814a08d 100644
--- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
index d91d24e..2fa1238 100644
--- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
index 49f940d..d7c72c9 100644
--- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
index 2e2f3c9..7fedd2d 100644
--- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_ref_mat.py b/ltfatpy/tests/datasets/read_ref_mat.py
index e6e5260..4600fb6 100644
--- a/ltfatpy/tests/datasets/read_ref_mat.py
+++ b/ltfatpy/tests/datasets/read_ref_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
index 36d381c..448b7c0 100644
--- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
index a16ed2e..d2e7f40 100644
--- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
+++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/datasets/test_read_ref_mat.py b/ltfatpy/tests/datasets/test_read_ref_mat.py
index 4b9991e..9430f93 100644
--- a/ltfatpy/tests/datasets/test_read_ref_mat.py
+++ b/ltfatpy/tests/datasets/test_read_ref_mat.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index 5414497..8af4f58 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index 1715f09..e33c870 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index 3284363..4bea9bd 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index f6c1020..3d1c858 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index 4d3e855..ff2f0aa 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index 43115e7..853bbb1 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index 249c78e..d5c9ef7 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index 3b648b6..b8c0e73 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index 803961d..5799410 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index 640ad0b..c496b25 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index db4ef59..0a4b062 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 43801aa..bb066f7 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index 8d72120..653daac 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index b67c61c..fd1aca4 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index a6bf52b..b1f2754 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index 0ce9d6b..f9eb8e3 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index bfdd377..25eac96 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 5adba38..499a93e 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index b1b0a19..85be19b 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index c8718e5..5cf7f13 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index 10fd763..8b5ad3f 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index 3a702a5..574af2b 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index 1a78117..aebbe3c 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index ac7416d..6fee92b 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 4d066d0..7cc2999 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index b69f376..cca7111 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 932284f..ecb250d 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index 3fa60cc..c020190 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 61f7a8a..704663f 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index 11169df..1a41d2b 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index 6965ce0..e431ae7 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index 5c3791d..645dd57 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index aaade04..a64fd81 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 418d10a..784884b 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 6421045..5f6c335 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index dc7d13e..9ebca45 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index a8e73ee..c192039 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index fd28535..bc7a706 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index 6fafede..19082a4 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index 0cb586a..447f436 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index b0eb8e2..5d40ce3 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index def0b62..d798544 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index c4046c4..cf54a7f 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index cf9a1d3..21938c3 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index cb6fe0c..a94be7d 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index e25c655..26113e6 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index 76e6f7e..93314b2 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index d1f3a6a..42239dc 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -28,7 +28,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/setup.py b/setup.py
index 48839a8..baf4b69 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.8
+# * ltfatpy version = 1.0.9
 # * LTFAT version = 2.1.0
 #
 # Licence
-- 
GitLab