From d0c0d2f2867422d9a3480fa20b658491e3db24eb Mon Sep 17 00:00:00 2001
From: Florent Jaillet <florent.jaillet@lis-lab.fr>
Date: Mon, 16 Apr 2018 13:56:10 +0200
Subject: [PATCH] Changing version number to 1.0.14

---
 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                                                  | 4 +++-
 147 files changed, 150 insertions(+), 148 deletions(-)

diff --git a/VERSION b/VERSION
index 2eebac8..aeb0358 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.13
+ltfatpy:1.0.14
 ltfat:2.1.0
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 85ac972..6fce219 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -30,7 +30,7 @@ synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.13
+* ltfatpy version = 1.0.14
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 1eaeabc..457c278 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * 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.13"
+__version__ = "1.0.14"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index d8b7f18..036f0f7 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index f50bf3c..ab89a8f 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 275e569..417ac04 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index c22ce7c..0b3dbd6 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index d9102c4..0b5feee 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index 1d8d90a..cb0e653 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index eaf83a3..735c3e8 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index e81859d..f361b97 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index bb83b17..359222b 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index 13f9576..31ac67e 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index 49ffb85..e76ad38 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index bbf4985..a70aff6 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 9cafef1..0227047 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 5719fb0..2f0cd4b 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index a5391c4..f25dc88 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 98ed7a3..2579b3f 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index 51c8cc1..e9ba6f5 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index f386c5d..c41d538 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index d13034c..f0b28ab 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index 3edc938..cb6197b 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index 81538a7..5af2acf 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index d39ca73..03cab4d 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index ce640b7..5278ca9 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index a157015..93aec36 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index 062e568..d64df0e 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index 3cdaf61..fcaf38e 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index a7cbf1f..59b9781 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index ef7db79..d60b0dd 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 4269e67..b297bb4 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index 633b9ad..fe50c78 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index 0894ef3..de96f5b 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index 4bc8583..50b77e4 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index bb9133d..3d79817 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index 9fb95fc..e72f8ac 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index 485abb5..15f1ed4 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index 8db39a1..a4fcb2d 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 93a8864..4c32a9a 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index 6bda533..3a59b4b 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index 7da16fd..9772930 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index 3a4a4a5..7ca8340 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index c3bdd7e..92aa5b1 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index b3f63ba..012c6b5 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index 3b78d24..2bd42e9 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index 2b37105..8d4a24f 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index 3019cbd..ceb2a4e 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index 8780a4c..fb524aa 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index 2674f1a..5b193ad 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index 744905c..b1b3d09 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index ac7a1af..a805e5d 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index 609349f..55ac0f2 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 7327e44..55fa8dc 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index c7065da..0120878 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index 80096cb..a9ef5c5 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index 1f8508a..b894854 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index d8b13a2..987df7f 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index d21b2fd..551ff1f 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index d041fc9..cd15f53 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index 29ada31..97252eb 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index 6ed4a75..7419f2d 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index c7a3bcb..97d1f3d 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index feea61c..dd16785 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index f32075e..a4e4686 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index 4723dd7..5847c42 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index 50c0af5..8a7640f 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index c58749d..305015f 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 91554b3..6a20666 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index ded45a7..0c067da 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index d04aa1a..b52a231 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 2118c94..71ab040 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index dd70eba..167df44 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index 3cc266a..ba5a5cd 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index 5e7f2bd..b1205d7 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index 245b9d1..0d61923 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * 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 e67d664..d49d3cb 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.13
+# * ltfatpy version = 1.0.14
 # * 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 4ed9a81..5900584 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.13
+# * ltfatpy version = 1.0.14
 # * 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 eccaae5..c1ca0bd 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.13
+# * ltfatpy version = 1.0.14
 # * 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 1e4ec7f..dac4654 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.13
+# * ltfatpy version = 1.0.14
 # * 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 1abcf0c..5bacd3c 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.13
+# * ltfatpy version = 1.0.14
 # * 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 6f425e6..709446f 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.13
+# * ltfatpy version = 1.0.14
 # * 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 4edad44..aaff400 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.13
+# * ltfatpy version = 1.0.14
 # * 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 5979447..66e8820 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.13
+# * ltfatpy version = 1.0.14
 # * 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 37102b8..cb8d880 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.13
+# * ltfatpy version = 1.0.14
 # * 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 b83578e..285b241 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.13
+# * ltfatpy version = 1.0.14
 # * 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 242aa05..1e8b7d3 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.13
+# * ltfatpy version = 1.0.14
 # * 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 99469ec..36eec94 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.13
+# * ltfatpy version = 1.0.14
 # * 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 d0a7be9..8f86124 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.13
+# * ltfatpy version = 1.0.14
 # * 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 8c9e2be..284fae3 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.13
+# * ltfatpy version = 1.0.14
 # * 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 cc1baa1..abe9713 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.13
+# * ltfatpy version = 1.0.14
 # * 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 cc9334b..b937611 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.13
+# * ltfatpy version = 1.0.14
 # * 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 764f129..438cf85 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.13
+# * ltfatpy version = 1.0.14
 # * 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 2970a07..22a75cd 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.13
+# * ltfatpy version = 1.0.14
 # * 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 caa6220..f602dd5 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.13
+# * ltfatpy version = 1.0.14
 # * 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 c9ccfcd..aaaf003 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.13
+# * ltfatpy version = 1.0.14
 # * 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 abd459e..a9049a4 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.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index 7293c6e..5bca685 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index 0a823f3..529e33d 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index b1df402..a253426 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index 9731b70..effda97 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index 3df50fc..cf5934d 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index 0f94c0e..bc41c04 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index 5178cdb..e7cfbda 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index b852981..4eaaa96 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index d1116b7..3ef2fd0 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index f9ede7b..e72a975 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index ee6731d..9aa6534 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 64d1b13..66a2548 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index ba41c31..7d4b7f2 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index fb33804..66be09b 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index c8beac2..95b8433 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index df1e260..417f63a 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index 97910c7..0e15c5d 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 9b68247..422b6a4 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 384396a..524f112 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index c70b90a..215f114 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index 6f36ea0..bce1dd9 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index da36156..04d5dec 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index 45c6dee..99f5ded 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index f0954bb..96d69aa 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 67a0d35..dcfe30d 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index 0ecffbc..84cb130 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 1288146..87b97c2 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index 59027c0..f7aa56e 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index 712784a..16a41ca 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index 392ad73..3cc361c 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index 2f135c9..bce91eb 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index 671b174..fe586d6 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index 561fd84..e74382e 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index f89a0d2..86ae6e9 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 8498cd6..9cac061 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index 09ff257..a8bf5b8 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index 0bdeb15..625faea 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index 51b7927..5a76534 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index 9306c96..fb2b1e7 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index 5a885e3..a48150e 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 5f686d5..795a888 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index 82de676..08f99a3 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index 5d1bdac..4745ff4 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 54fd4a9..1df0701 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index 56f1e4e..bc51417 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index ba61201..4588c6c 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index f553d32..87550df 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index 275b3ed..236bdb4 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/version.py b/ltfatpy/version.py
index 7c77836..d92fa62 100644
--- a/ltfatpy/version.py
+++ b/ltfatpy/version.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/setup.py b/setup.py
index 86138be..879343b 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.13
+# * ltfatpy version = 1.0.14
 # * LTFAT version = 2.1.0
 #
 # Licence
@@ -335,6 +335,8 @@ def setup_package():
                        'Programming Language :: C',
                        'Programming Language :: Python :: 2.7',
                        'Programming Language :: Python :: 3.4',
+                       'Programming Language :: Python :: 3.5',
+                       'Programming Language :: Python :: 3.6',
                        'Topic :: Scientific/Engineering :: Mathematics',
                        'Topic :: Scientific/Engineering'
                        ],
-- 
GitLab