From 4332549b69c8024389fe6325c0472968e05ece0f Mon Sep 17 00:00:00 2001
From: Florent Jaillet <florent.jaillet@lis-lab.fr>
Date: Tue, 12 Jun 2018 14:49:17 +0200
Subject: [PATCH] Change version number to 1.0.15

---
 VERSION                                                   | 2 +-
 doc/copyright.rst                                         | 2 +-
 ltfatpy/__init__.py                                       | 4 ++--
 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 +-
 ltfatpy/version.py                                        | 2 +-
 setup.py                                                  | 2 +-
 147 files changed, 148 insertions(+), 148 deletions(-)

diff --git a/VERSION b/VERSION
index aeb0358..d43ce0d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.14
+ltfatpy:1.0.15
 ltfat:2.1.0
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 6fce219..b5d89c5 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -30,7 +30,7 @@ synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.14
+* ltfatpy version = 1.0.15
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 457c278..a9a586a 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -171,4 +171,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post",
            "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"]
 
 
-__version__ = "1.0.14"
+__version__ = "1.0.15"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index 036f0f7..291083f 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index ab89a8f..d31b769 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 417ac04..f14b9ed 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index 0b3dbd6..e579d17 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index 0b5feee..b895b9e 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index cb0e653..a9ec0ec 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index 735c3e8..f902fe4 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index f361b97..f359e4a 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index 359222b..25783ee 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 31ac67e..e3f4e1b 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index e76ad38..3711433 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index a70aff6..49a7729 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 0227047..9cd4076 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 2f0cd4b..0192d8c 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index f25dc88..613940a 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 2579b3f..6ffc359 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index e9ba6f5..cfff6d4 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index c41d538..e0122a2 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index f0b28ab..5040a0b 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index cb6197b..f8baefc 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index 5af2acf..4f62457 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index 03cab4d..aea17f0 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index 5278ca9..1752fe2 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index 93aec36..f7a4e71 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index d64df0e..ce83c30 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index fcaf38e..d611073 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index 59b9781..6c40d87 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index d60b0dd..1250444 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index b297bb4..9eec6a7 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index fe50c78..0977dcf 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index de96f5b..13dfbaa 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index 50b77e4..880c57c 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index 3d79817..3ac122b 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index e72f8ac..5061978 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index 15f1ed4..d64450f 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index a4fcb2d..85553a0 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 4c32a9a..840ae77 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index 3a59b4b..f3f4f90 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index 9772930..5abc2a5 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index 7ca8340..dc218be 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index 92aa5b1..05ff507 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 012c6b5..69bd9ff 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index 2bd42e9..b011a29 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index 8d4a24f..04624ed 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index ceb2a4e..ed0deb2 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index fb524aa..db059b7 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index 5b193ad..e1cdaac 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index b1b3d09..0b8f3fd 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index a805e5d..c386097 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index 55ac0f2..16e0970 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 55fa8dc..23b04dd 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index 0120878..10bc965 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index a9ef5c5..1e98356 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index b894854..9e1c92d 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 987df7f..79d4ea0 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index 551ff1f..d5842dc 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index cd15f53..a592b70 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index 97252eb..7f9e695 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index 7419f2d..ea22503 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 0c5b38d..45574ce 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index dd16785..718f168 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index a4e4686..cbac670 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index 5847c42..5e32968 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 8a7640f..00e40d3 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index 305015f..25b6329 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 6a20666..7bdb48c 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index 0c067da..b224b1a 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index b52a231..0ca4b5c 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 71ab040..40580fd 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index 167df44..c07d60d 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index ba5a5cd..19efcbe 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index b1205d7..8e9a0af 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index 0d61923..53979bd 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 d49d3cb..fa58619 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_post.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 5900584..cd8429e 100644
--- a/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
+++ b/ltfatpy/tests/comp/test_assert_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 c1ca0bd..fabd4b4 100644
--- a/ltfatpy/tests/comp/test_comp_dct.py
+++ b/ltfatpy/tests/comp/test_comp_dct.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 dac4654..9716412 100644
--- a/ltfatpy/tests/comp/test_comp_dst.py
+++ b/ltfatpy/tests/comp/test_comp_dst.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 5bacd3c..a3528d5 100644
--- a/ltfatpy/tests/comp/test_comp_gabdual.py
+++ b/ltfatpy/tests/comp/test_comp_gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 709446f..c4ef5d4 100644
--- a/ltfatpy/tests/comp/test_comp_hermite.py
+++ b/ltfatpy/tests/comp/test_comp_hermite.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 aaff400..8cf2738 100644
--- a/ltfatpy/tests/comp/test_comp_hermite_all.py
+++ b/ltfatpy/tests/comp/test_comp_hermite_all.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 66e8820..ae8f559 100644
--- a/ltfatpy/tests/comp/test_comp_isepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_isepdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 cb8d880..bc10a2d 100644
--- a/ltfatpy/tests/comp/test_comp_pgauss.py
+++ b/ltfatpy/tests/comp/test_comp_pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 285b241..ffd47f2 100644
--- a/ltfatpy/tests/comp/test_comp_sepdgt.py
+++ b/ltfatpy/tests/comp/test_comp_sepdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 1e8b7d3..6d0196c 100644
--- a/ltfatpy/tests/comp/test_comp_sigreshape.py
+++ b/ltfatpy/tests/comp/test_comp_sigreshape.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 36eec94..2f560d4 100644
--- a/ltfatpy/tests/datasets/get_dataset_path.py
+++ b/ltfatpy/tests/datasets/get_dataset_path.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 8f86124..8a0c3f8 100644
--- a/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dct_signal_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 284fae3..2915391 100644
--- a/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_comp_dst_signal_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 abe9713..24864b0 100644
--- a/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_dgt_signal_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 b937611..2c344b3 100644
--- a/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabframediag_signal_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 438cf85..2df458e 100644
--- a/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_gabtight_signal_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 22a75cd..415101e 100644
--- a/ltfatpy/tests/datasets/read_ref_mat.py
+++ b/ltfatpy/tests/datasets/read_ref_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 f602dd5..2e8a818 100644
--- a/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
+++ b/ltfatpy/tests/datasets/read_s0norm_ex_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 aaaf003..b59ab0b 100644
--- a/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
+++ b/ltfatpy/tests/datasets/test_read_dgt_signal_ext.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * 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 a9049a4..97a1daf 100644
--- a/ltfatpy/tests/datasets/test_read_ref_mat.py
+++ b/ltfatpy/tests/datasets/test_read_ref_mat.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index 5bca685..6af2ab9 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index 529e33d..5ee5abc 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index a253426..faca2d7 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index effda97..a2db268 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index cf5934d..d9f3a03 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index bc41c04..e140cb5 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index e7cfbda..ae3e920 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index 4eaaa96..1e117d1 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index 3ef2fd0..e0bc3ea 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index e72a975..d8d7e04 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index 9aa6534..1adb458 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 66a2548..03d0ab7 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index 7d4b7f2..55845a5 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index 66be09b..5ef31bc 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index 95b8433..2c89f5f 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index 417f63a..76101de 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index 0e15c5d..34cc486 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 422b6a4..22eee6b 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 524f112..dfd531a 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index 215f114..4198394 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index bce1dd9..1899542 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index 04d5dec..5562f3a 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index 99f5ded..0d8c970 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index 96d69aa..23aae72 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index dcfe30d..031ac8e 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index 84cb130..f0b10cd 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 87b97c2..2eec602 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index f7aa56e..0059187 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 16a41ca..7be9973 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index 3cc361c..6531718 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index bce91eb..2771586 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index fe586d6..eac2b45 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index e74382e..7a959c2 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 86ae6e9..fc9f768 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 9cac061..393b191 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index a8bf5b8..08b5b16 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index 625faea..842f109 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index 5a76534..47d3087 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index fb2b1e7..f90c211 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index a48150e..70f1212 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 795a888..79d9d2e 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index 08f99a3..a0bc5d3 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index 4745ff4..206bd62 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 1df0701..5c67116 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index bc51417..7f50a0d 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index 4588c6c..56c902e 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index 87550df..515f1f4 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index 236bdb4..2daa889 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/version.py b/ltfatpy/version.py
index d92fa62..5eb154a 100644
--- a/ltfatpy/version.py
+++ b/ltfatpy/version.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/setup.py b/setup.py
index 879343b..4911729 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.14
+# * ltfatpy version = 1.0.15
 # * LTFAT version = 2.1.0
 #
 # Licence
-- 
GitLab