diff --git a/AUTHORS.rst b/AUTHORS.rst
index 6f3060fed1eb4efee89c68608e7bdcd7c7300c3d..81e09e8648834bc8a9c04d207406744856ab9a2a 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -2,4 +2,4 @@ Authors
 =======
 
 Denis Arrivault <contact.dev/A/lis-lab.fr>
-Florent Jaillet <contact.dev/A/lif-lab.fr>
+Florent Jaillet <contact.dev/A/lis-lab.fr>
diff --git a/VERSION b/VERSION
index 18b76c6e07377b18a2bcb8c864a125382ccc9fd4..5eb6558201761f8627d471ea1a3241591e2171fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.10
+ltfatpy:1.0.11
 ltfat:2.1.0
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 98d2271c136b1eddbb352611f47ebc4834b40ccd..eff95f090a22930dc7a4c244434963d4ea4a5523 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -30,7 +30,7 @@ synthesis.
 Version
 -------
 
-* ltfatpy version = 1.0.10
+* ltfatpy version = 1.0.11
 * LTFAT version = 2.1.0
 
 Licence
diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py
index 37823318ffc7895c6afcb4cb34a823986f2a4ba7..3b548f731fd137a182736619055cf6ebf49a5cce 100644
--- a/ltfatpy/__init__.py
+++ b/ltfatpy/__init__.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * 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.10"
+__version__ = "1.0.11"
diff --git a/ltfatpy/comp/arg_firwin.py b/ltfatpy/comp/arg_firwin.py
index 29fbafb561e556a1ac7ca167ab132f67072839ef..8d84f72801d9fe136632187cafc53857ba614a28 100644
--- a/ltfatpy/comp/arg_firwin.py
+++ b/ltfatpy/comp/arg_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_groworder.py b/ltfatpy/comp/assert_groworder.py
index 2fc6ac8a9abe3b082882a89e93358b4ff30707bc..a2e76ff8779d41996eaf873ef71d2a712057673c 100644
--- a/ltfatpy/comp/assert_groworder.py
+++ b/ltfatpy/comp/assert_groworder.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_post.py b/ltfatpy/comp/assert_sigreshape_post.py
index 79de3d28bd29c92e23e77068c61673d90515339d..32ac9c9d75171d039140e57c5f57c3c41c85c265 100644
--- a/ltfatpy/comp/assert_sigreshape_post.py
+++ b/ltfatpy/comp/assert_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/assert_sigreshape_pre.py b/ltfatpy/comp/assert_sigreshape_pre.py
index dc6fd6259412f41aac090e6491f6e6fb04b68342..42b556c4b00382eac4a8c928c248b4df6d84156a 100644
--- a/ltfatpy/comp/assert_sigreshape_pre.py
+++ b/ltfatpy/comp/assert_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dct.pyx b/ltfatpy/comp/comp_dct.pyx
index af87bbed0c473d9a9e4569331d45f5ff7428a787..10b796b5290099bdb1f51539fa0210eb8c277877 100644
--- a/ltfatpy/comp/comp_dct.pyx
+++ b/ltfatpy/comp/comp_dct.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_dst.pyx b/ltfatpy/comp/comp_dst.pyx
index 48314c0e98925ba90f82b08533daac6e199a916a..36d9b4c082f7837a3f7f06ed9f8e2f0c5c6bd70f 100644
--- a/ltfatpy/comp/comp_dst.pyx
+++ b/ltfatpy/comp/comp_dst.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabdual_long.pyx b/ltfatpy/comp/comp_gabdual_long.pyx
index e3844d2a0e970925f382cdca483320d652574ae9..c13aa8319997788521f1bd3555433b5c60733b9d 100644
--- a/ltfatpy/comp/comp_gabdual_long.pyx
+++ b/ltfatpy/comp/comp_gabdual_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_gabtight_long.pyx b/ltfatpy/comp/comp_gabtight_long.pyx
index 2bbb070122e18f6aa6469312bc7717628e3883b3..775c1c592679773cf2026e85236df32e5b60856f 100644
--- a/ltfatpy/comp/comp_gabtight_long.pyx
+++ b/ltfatpy/comp/comp_gabtight_long.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite.py b/ltfatpy/comp/comp_hermite.py
index e699767b0e27a955e1e272ae55e8808655b333a6..d24ee3a5404e400b9438f49012e50f2597524524 100644
--- a/ltfatpy/comp/comp_hermite.py
+++ b/ltfatpy/comp/comp_hermite.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_hermite_all.py b/ltfatpy/comp/comp_hermite_all.py
index bc9de96da50d32292b35e067e0108d5bb9d27ffc..33f2677d1e86a3150e90735106d60d71c9775c4b 100644
--- a/ltfatpy/comp/comp_hermite_all.py
+++ b/ltfatpy/comp/comp_hermite_all.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgt.pyx b/ltfatpy/comp/comp_isepdgt.pyx
index 415bbd411cf5ff8762e05e0a0fcaaf99268df562..2d20fe7881cc5f9b4dcd9665c03185b011db054f 100644
--- a/ltfatpy/comp/comp_isepdgt.pyx
+++ b/ltfatpy/comp/comp_isepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_isepdgtreal.pyx b/ltfatpy/comp/comp_isepdgtreal.pyx
index ada476ae11075f193febad83384f2e930896371d..2b5b45e1d5e800768f3bdaa4840f3b859dbf9155 100644
--- a/ltfatpy/comp/comp_isepdgtreal.pyx
+++ b/ltfatpy/comp/comp_isepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_pgauss.pyx b/ltfatpy/comp/comp_pgauss.pyx
index 2cb02c69a52c2b758260be54f1c7586b360d0468..009a70911535d976c6f0e9f0bf2b2a155e5738c8 100644
--- a/ltfatpy/comp/comp_pgauss.pyx
+++ b/ltfatpy/comp/comp_pgauss.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgt.pyx b/ltfatpy/comp/comp_sepdgt.pyx
index 31ee0dbb9f7a44531b72f4389da12332d6a9cc42..ccc24d35b1b65b8dd3dddf48ceef5e6a2d621754 100644
--- a/ltfatpy/comp/comp_sepdgt.pyx
+++ b/ltfatpy/comp/comp_sepdgt.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sepdgtreal.pyx b/ltfatpy/comp/comp_sepdgtreal.pyx
index 1db4ebc45c7f012f191619ce2142df5039f60d77..61ed7a381e4d45f67ea7b76cfbbb55f260c201db 100644
--- a/ltfatpy/comp/comp_sepdgtreal.pyx
+++ b/ltfatpy/comp/comp_sepdgtreal.pyx
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_post.py b/ltfatpy/comp/comp_sigreshape_post.py
index 87bb235ee24fe5c36bcde0a52d052a87c140325b..340d80615da047598c98868c5d93b77d2847e1c6 100644
--- a/ltfatpy/comp/comp_sigreshape_post.py
+++ b/ltfatpy/comp/comp_sigreshape_post.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_sigreshape_pre.py b/ltfatpy/comp/comp_sigreshape_pre.py
index fdd820322abf0d4b5567e440d4b89a9b52389d1e..0814cd9f0d6b020092beadb408bfa0a68b36ede7 100644
--- a/ltfatpy/comp/comp_sigreshape_pre.py
+++ b/ltfatpy/comp/comp_sigreshape_pre.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/comp_window.py b/ltfatpy/comp/comp_window.py
index 2ce1c1f836f54cf0a6cd4ab0d4c38bb47bb5a9f7..49400bf2572de74cea935e2418b308c4a1be21a0 100644
--- a/ltfatpy/comp/comp_window.py
+++ b/ltfatpy/comp/comp_window.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/gabpars_from_windowsignal.py b/ltfatpy/comp/gabpars_from_windowsignal.py
index cdcc653e135808185c8be549d679ada46b27ed51..1c1363f0ef14237619885d8aa729f7bf5388e162 100644
--- a/ltfatpy/comp/gabpars_from_windowsignal.py
+++ b/ltfatpy/comp/gabpars_from_windowsignal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/comp/ltfat.pxd b/ltfatpy/comp/ltfat.pxd
index 159ca7fa5322288cc9a95a41e73e9d93dc285a3e..087edd15b9b9a1fa4f721899bdd50a10b357054b 100644
--- a/ltfatpy/comp/ltfat.pxd
+++ b/ltfatpy/comp/ltfat.pxd
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dcti.py b/ltfatpy/fourier/dcti.py
index eeac0e66698345050ae539db77797a173c270ee5..5bf177c6f9936c619ac915f0c323d8be0634386a 100644
--- a/ltfatpy/fourier/dcti.py
+++ b/ltfatpy/fourier/dcti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctii.py b/ltfatpy/fourier/dctii.py
index 620043f899f18a112f6d3fab1460700ea13664e5..8b122d6bf90918986034ffc4c323868f316e474f 100644
--- a/ltfatpy/fourier/dctii.py
+++ b/ltfatpy/fourier/dctii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiii.py b/ltfatpy/fourier/dctiii.py
index 8207b649a8808847316c8a2e2029ff575f752383..c4c345c3970d33cf19e0a7f43ce84a33633cf8b1 100644
--- a/ltfatpy/fourier/dctiii.py
+++ b/ltfatpy/fourier/dctiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dctiv.py b/ltfatpy/fourier/dctiv.py
index 6ca4bcedb7fd1097cf527ccf4af5d058500d16af..f6ee6692effd9aef1a9bf9f68d2adff9d87ed250 100644
--- a/ltfatpy/fourier/dctiv.py
+++ b/ltfatpy/fourier/dctiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dft.py b/ltfatpy/fourier/dft.py
index dd893dc627ad218e511e9669cafd512f2ffb5397..1ccf29c4d58bd56e36258017fecd0e4c240d8bf8 100644
--- a/ltfatpy/fourier/dft.py
+++ b/ltfatpy/fourier/dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dsti.py b/ltfatpy/fourier/dsti.py
index 3ea0ea16047eaef66c09afb3999754382e753552..c1c6fcf606cec22a8f7157339dd8a602ae8172a6 100644
--- a/ltfatpy/fourier/dsti.py
+++ b/ltfatpy/fourier/dsti.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstii.py b/ltfatpy/fourier/dstii.py
index aaa5e86c9411452be479bf4d3c4b768d517d999a..94400f75b9c7828975d226c9eec469a82ff4f79f 100644
--- a/ltfatpy/fourier/dstii.py
+++ b/ltfatpy/fourier/dstii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiii.py b/ltfatpy/fourier/dstiii.py
index 7337714ddf304729764ec6242fa20f970248c39f..888fa7421663d5ad9a6dece6a604faf05da7cebf 100644
--- a/ltfatpy/fourier/dstiii.py
+++ b/ltfatpy/fourier/dstiii.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/dstiv.py b/ltfatpy/fourier/dstiv.py
index 70f9908088facebef4570920b387bfc3bf4ac5cd..baec0ec58bd9518168aa6aee2eae2d7b32781443 100644
--- a/ltfatpy/fourier/dstiv.py
+++ b/ltfatpy/fourier/dstiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftindex.py b/ltfatpy/fourier/fftindex.py
index 9e99bfdae153662941c311a246e4891a01bec5ba..18891f72561babc8c18da6580a70d45807dbd3af 100644
--- a/ltfatpy/fourier/fftindex.py
+++ b/ltfatpy/fourier/fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftreal.py b/ltfatpy/fourier/fftreal.py
index c3d4e22d829e2aa9461c079a5b51506c052c0487..e7480287ac779e9efdd881c25b0cd982e1e8f17e 100644
--- a/ltfatpy/fourier/fftreal.py
+++ b/ltfatpy/fourier/fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/fftresample.py b/ltfatpy/fourier/fftresample.py
index a5065ef0d334840fcb50e387bc1b35980078551c..c896d87acf335940145107f3a438924fc2c1d489 100644
--- a/ltfatpy/fourier/fftresample.py
+++ b/ltfatpy/fourier/fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/idft.py b/ltfatpy/fourier/idft.py
index a3e7aba203f05f62deca58073131eac5d46429f0..a869a59724eba86d286f28c1f0e79efbd3d2b448 100644
--- a/ltfatpy/fourier/idft.py
+++ b/ltfatpy/fourier/idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/ifftreal.py b/ltfatpy/fourier/ifftreal.py
index ebe6bdd7587decf22aa712a3f3a6c3c369a78089..4a3e438da830cb3273bf6ced3e3b684593d0c114 100644
--- a/ltfatpy/fourier/ifftreal.py
+++ b/ltfatpy/fourier/ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/isevenfunction.py b/ltfatpy/fourier/isevenfunction.py
index 7d84dd139f2490ef5b0e3422b75b2e5a80f6f0c3..6b5702b8173e92404e1f552bdee752f28ccea6ed 100644
--- a/ltfatpy/fourier/isevenfunction.py
+++ b/ltfatpy/fourier/isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/middlepad.py b/ltfatpy/fourier/middlepad.py
index ef6fb4ffcf48966d5474e93cc557c08ddba396a3..b95be340f4ceca05f0718912db0385b0c5bb5510 100644
--- a/ltfatpy/fourier/middlepad.py
+++ b/ltfatpy/fourier/middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pderiv.py b/ltfatpy/fourier/pderiv.py
index 5237e7f3224b5bf36618f90328bc9be12942198e..bec45cb70608e848dfc42d67610191efca23b9a3 100644
--- a/ltfatpy/fourier/pderiv.py
+++ b/ltfatpy/fourier/pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pgauss.py b/ltfatpy/fourier/pgauss.py
index e506103d39a9e1112356d77b3be1d5cc143b59e6..8c73f4975ab30f37c791f20d881e8c344e250699 100644
--- a/ltfatpy/fourier/pgauss.py
+++ b/ltfatpy/fourier/pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/pherm.py b/ltfatpy/fourier/pherm.py
index 0ef563bf523a0d5ac8469ec155df0d9300ff46fb..bc4c83efec192efdc06bff75cad67314016b6500 100644
--- a/ltfatpy/fourier/pherm.py
+++ b/ltfatpy/fourier/pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/fourier/psech.py b/ltfatpy/fourier/psech.py
index 5b2bfd3a905e312c69ca62fc4b58dd47e27363d2..4395b97865024c9745a6f78800d950dd3af48487 100644
--- a/ltfatpy/fourier/psech.py
+++ b/ltfatpy/fourier/psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgt.py b/ltfatpy/gabor/dgt.py
index d5249a9a0f59a9290e27f19a3957ade8a70b504f..bb1ec7652ea1d6b0fa4a807007d09f5bc67c15ee 100644
--- a/ltfatpy/gabor/dgt.py
+++ b/ltfatpy/gabor/dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtlength.py b/ltfatpy/gabor/dgtlength.py
index 6d64bf7da59714899488c52e54c1de5f2edcd196..6b8922a0f425d4d8c71d4120b27a11892343d546 100644
--- a/ltfatpy/gabor/dgtlength.py
+++ b/ltfatpy/gabor/dgtlength.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/dgtreal.py b/ltfatpy/gabor/dgtreal.py
index bbbeacd119a606bc770b2adcba692fcfa5570c88..1e1f38c748c8265db5960a98bf44659e3a53df38 100644
--- a/ltfatpy/gabor/dgtreal.py
+++ b/ltfatpy/gabor/dgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabdual.py b/ltfatpy/gabor/gabdual.py
index 03c21ddc9b4ad5c4e2aef77438f25b699e65f4e2..779339a15765fe74a9d160c893cb5f43df2ac089 100644
--- a/ltfatpy/gabor/gabdual.py
+++ b/ltfatpy/gabor/gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabframediag.py b/ltfatpy/gabor/gabframediag.py
index b99d31fd9c241c2b31f6a8213761355252f0e75a..a7dedf653a197cce86dcbf9b166010455aedeca9 100644
--- a/ltfatpy/gabor/gabframediag.py
+++ b/ltfatpy/gabor/gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabimagepars.py b/ltfatpy/gabor/gabimagepars.py
index 18cd7e6d8d896bb7306c6305fca1ebb4caa4bf8c..12eef76777d8b60a4743089c16e8f74b8d085e19 100644
--- a/ltfatpy/gabor/gabimagepars.py
+++ b/ltfatpy/gabor/gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabphasegrad.py b/ltfatpy/gabor/gabphasegrad.py
index 623751d33e2e1b12306df15db59d0e6576ecde28..9d4cd006316ca81ba8333630cfbd6a1152c1c93b 100644
--- a/ltfatpy/gabor/gabphasegrad.py
+++ b/ltfatpy/gabor/gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabtight.py b/ltfatpy/gabor/gabtight.py
index 7cdcd1f06ffddf53c1aed951cf1d34bf74e1bbb9..8e2208a9dc842cc67b80df249fc820bdc6ff951a 100644
--- a/ltfatpy/gabor/gabtight.py
+++ b/ltfatpy/gabor/gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/gabwin.py b/ltfatpy/gabor/gabwin.py
index d105b6b9dba002bee4f38c28f7b302d7639eca40..1acf4f7ecc41aacfaaa4fa0c3e46dac76350f8e8 100644
--- a/ltfatpy/gabor/gabwin.py
+++ b/ltfatpy/gabor/gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgt.py b/ltfatpy/gabor/idgt.py
index c5c9d57761cc8b3e375d19651093b95ab256dec7..b0cf675fcc459246c31d5daa1fe8224b1ffd42e7 100644
--- a/ltfatpy/gabor/idgt.py
+++ b/ltfatpy/gabor/idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/idgtreal.py b/ltfatpy/gabor/idgtreal.py
index 8343ba4beb0de244f6da41daf8053e17e1252b51..a53f3c8742b3cf83f69492138e98fe1afd6b2ad7 100644
--- a/ltfatpy/gabor/idgtreal.py
+++ b/ltfatpy/gabor/idgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/instfreqplot.py b/ltfatpy/gabor/instfreqplot.py
index 472a6f3426cbde4800f05c7089a694206607b890..f54ab1ebe21e1835540c3d11d755bb7d85c969dc 100644
--- a/ltfatpy/gabor/instfreqplot.py
+++ b/ltfatpy/gabor/instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaselock.py b/ltfatpy/gabor/phaselock.py
index a4e5142529bd4735fc93cb92f36cca6ff24f79a8..1bf8cf02435134731ad5c0ca1b0eec440fbfc180 100644
--- a/ltfatpy/gabor/phaselock.py
+++ b/ltfatpy/gabor/phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseplot.py b/ltfatpy/gabor/phaseplot.py
index 0b88a64d57b8f4126d5a89a05121eac471a5f4a0..2f7bd4a62b740c436cc19e2e823dad0178a38799 100644
--- a/ltfatpy/gabor/phaseplot.py
+++ b/ltfatpy/gabor/phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/phaseunlock.py b/ltfatpy/gabor/phaseunlock.py
index 4d661bc3ef057dcb052dc95e0c47dc3b2ccc775a..0a75e59c205a9ef6e650eefaa6300eddbc0ca1ff 100644
--- a/ltfatpy/gabor/phaseunlock.py
+++ b/ltfatpy/gabor/phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgt.py b/ltfatpy/gabor/plotdgt.py
index cdf5fb183bfabe5bf558e49641cfbdf5f416ee16..b988c582519af0b5dfeb03c431fb803583692aa5 100644
--- a/ltfatpy/gabor/plotdgt.py
+++ b/ltfatpy/gabor/plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/plotdgtreal.py b/ltfatpy/gabor/plotdgtreal.py
index b8458eab14680b9d401d935884bca2bd25fbe211..52933cf8bfb58912f10633dd96be81c8eb9d4c48 100644
--- a/ltfatpy/gabor/plotdgtreal.py
+++ b/ltfatpy/gabor/plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/s0norm.py b/ltfatpy/gabor/s0norm.py
index 595429c4b7c0c579434e2e911fbb26d1f13cf990..bd30bd4353bde7ab219142cf2918e0c2d865213e 100644
--- a/ltfatpy/gabor/s0norm.py
+++ b/ltfatpy/gabor/s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/sgram.py b/ltfatpy/gabor/sgram.py
index 1941ca21c9e9b03fa6e223993f2bc7e444a3eed4..54a78e9533deb976b12bd648b7de2b23438d650d 100644
--- a/ltfatpy/gabor/sgram.py
+++ b/ltfatpy/gabor/sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/gabor/tfplot.py b/ltfatpy/gabor/tfplot.py
index 0712e524526444dc36e93bce72cf4e4220b0af2f..12cdff9fb9d4844b09eb042a0956e3583a91914b 100644
--- a/ltfatpy/gabor/tfplot.py
+++ b/ltfatpy/gabor/tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/greasy.py b/ltfatpy/signals/greasy.py
index bfe0d379032ad14f2df1f8f691e9b4a9f20448e3..e8f56758652986f643e4cf7f9a9e5424ae8ffc0e 100644
--- a/ltfatpy/signals/greasy.py
+++ b/ltfatpy/signals/greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/gspi.py b/ltfatpy/signals/gspi.py
index 8f7aa1a6347239fef690b5b9149b9b412a69977f..1048d275edebbf41af19de2da429ae896e0311bb 100644
--- a/ltfatpy/signals/gspi.py
+++ b/ltfatpy/signals/gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/signals/linus.py b/ltfatpy/signals/linus.py
index c14ec3df9f008b565ff92771ec72b68eb9cb68ad..b66b09e467a927a90f65145432cb0e907a915e06 100644
--- a/ltfatpy/signals/linus.py
+++ b/ltfatpy/signals/linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/fir2long.py b/ltfatpy/sigproc/fir2long.py
index ec89b5aec9f5cbbe7b18885976259d66f9b152b9..fc32a16f057c4803d23b498ed515dc3eaafc6ac2 100644
--- a/ltfatpy/sigproc/fir2long.py
+++ b/ltfatpy/sigproc/fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firkaiser.py b/ltfatpy/sigproc/firkaiser.py
index e56af4682d8c35737ffe38840e765fd6335a0fa4..fb01dc760c3e4dc277937745fb070977d1a58def 100644
--- a/ltfatpy/sigproc/firkaiser.py
+++ b/ltfatpy/sigproc/firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/firwin.py b/ltfatpy/sigproc/firwin.py
index 2b5a9a0776e4c8e08811645dbf6e0ccd9960f5e5..b422aa73b00ca09c0eba194ebaed59472b7c47b5 100644
--- a/ltfatpy/sigproc/firwin.py
+++ b/ltfatpy/sigproc/firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/groupthresh.py b/ltfatpy/sigproc/groupthresh.py
index 0fb25cca7e6e485918d4d6dc6a28362316b29bf2..a17fb94fc7a2eccf05cdf53228ac19954924db8e 100644
--- a/ltfatpy/sigproc/groupthresh.py
+++ b/ltfatpy/sigproc/groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestn.py b/ltfatpy/sigproc/largestn.py
index 76ae8e810af5a382a8ff7081a4880e1930544277..dc9692a189ec624ace3f64f5781edf0e92aab1da 100644
--- a/ltfatpy/sigproc/largestn.py
+++ b/ltfatpy/sigproc/largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/largestr.py b/ltfatpy/sigproc/largestr.py
index 4a5ec1f65058faf0affa5c01c66039cbe50a145c..4f9ea426a9100eb853c8a78c8eac665aab150231 100644
--- a/ltfatpy/sigproc/largestr.py
+++ b/ltfatpy/sigproc/largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/long2fir.py b/ltfatpy/sigproc/long2fir.py
index 17b136904ad4423b7a4862402cca2b208dadee20..ed46c9b317cf9ade6f67c1fa4b38421507e0f805 100644
--- a/ltfatpy/sigproc/long2fir.py
+++ b/ltfatpy/sigproc/long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/normalize.py b/ltfatpy/sigproc/normalize.py
index 7291b6de5744ed42a9e0e4279bf44bcb3363f63e..b9d113a05123dd1b9d05ce68eab052764d419daf 100644
--- a/ltfatpy/sigproc/normalize.py
+++ b/ltfatpy/sigproc/normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/rms.py b/ltfatpy/sigproc/rms.py
index 0af815175cec7c63e8afc3cacdb8a5152c79e1c5..45def7af029a7943843ccba9c5e974367e7c1a74 100644
--- a/ltfatpy/sigproc/rms.py
+++ b/ltfatpy/sigproc/rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/sigproc/thresh.py b/ltfatpy/sigproc/thresh.py
index 9a7816137b0b4dffd1f764332d67236f56f6b6ab..eb43166beb01e10a79bf5a0c708dfd87c65dea21 100644
--- a/ltfatpy/sigproc/thresh.py
+++ b/ltfatpy/sigproc/thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * 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 90b6962424ce8562b77bb1fee29229165b474c9d..b872946d837ca12187628aa808b9c4c3525f7311 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.10
+# * ltfatpy version = 1.0.11
 # * 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 05c1f07968bafd1cff8c56e888d61a78a3816985..4c0d5eb2f5dcdc85a6245e36920ee5fd7409e50c 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.10
+# * ltfatpy version = 1.0.11
 # * 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 0904fa78f0f915a9f3d1aed3a5d7ad3a56521827..615c0c5918ce537732a64d87fee29b7ea3b4db1e 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.10
+# * ltfatpy version = 1.0.11
 # * 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 ca8b953dac74b6c45bc2aa4b3d6be388c25ad1e0..096123fabbd5f918cb7cd35e2d2f44e4e6cb63f8 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.10
+# * ltfatpy version = 1.0.11
 # * 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 5f67d151d23004f20051f8af50e03d49d2e3b77f..0a46d6749f0fdf6cb767587c5209bf578f5ef41f 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.10
+# * ltfatpy version = 1.0.11
 # * 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 04a69964488e107eacd5cd518d6a103bce53734f..8fa07018b541237d6799c280a9ef33c7739bd791 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.10
+# * ltfatpy version = 1.0.11
 # * 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 a90f118e1531e3b2d81889b9e85181e9bc2ad2c8..714b2746bd1c38ad4e08d36379c0b0eb42d6a9f1 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.10
+# * ltfatpy version = 1.0.11
 # * 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 391c4b4fe582940a5b9e8dc0954fe412571af1be..afbc54fd7ada0f56b3da7f1517098a2dc5224f77 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.10
+# * ltfatpy version = 1.0.11
 # * 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 542df70dc08da9cd6a1d9cdebbce87d70858b00f..268da5df857fdb677a8a9eb5092e9221e6c3e589 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.10
+# * ltfatpy version = 1.0.11
 # * 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 7d269969826a80dee62c37e9fb146bfab2ecba19..5d4f8d4cd7d7da4d78b0093f3f61ed1a9c561344 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.10
+# * ltfatpy version = 1.0.11
 # * 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 438a06efb6beae53b4d9b5664f57d626d8cda762..f2f54c07d158f438aa16248006eeef9cbd8acf17 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.10
+# * ltfatpy version = 1.0.11
 # * 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 33a75a42ed8c7c8fe22e4dd58d17396df5394c79..1dc4edd301764d6e7f9f8f892f238f4448430c47 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.10
+# * ltfatpy version = 1.0.11
 # * 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 a6074d8d72830c715502e3dbe6098f61d2aae11a..05a6358d3a8aa219b5a3ade6e79e0d82735d66f0 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.10
+# * ltfatpy version = 1.0.11
 # * 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 5b9c25e05410dd5263ed9bb45e31f56649519965..74969f7325a9c516efc27f4d35990d01ecbf50ae 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.10
+# * ltfatpy version = 1.0.11
 # * 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 e251bc48794c937cb5e9ca07c938b69aaa2ae1e3..4bb57c4d6742a9bf0163cd01f2a30f1e354858bd 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.10
+# * ltfatpy version = 1.0.11
 # * 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 2110b962515e4f23d672ab228b52c2be028374e9..66688c9ba5a19748079a9dafac0c9139537abfae 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.10
+# * ltfatpy version = 1.0.11
 # * 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 70c622155d7c505c43375cb3cdb5c0ee5f1ae4bb..f316802d663aa4d4cdce7bbd6035552ca938baa0 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.10
+# * ltfatpy version = 1.0.11
 # * 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 889107ee11aefa9d6ab97bee18ba43694c4a82ea..592e24a48b56963a99b1086a96538b88700c3900 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.10
+# * ltfatpy version = 1.0.11
 # * 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 5ab69fbb62ef36015100b30c634c326117131854..206ac6d23bc3d4c0a328444bbb40dd6b586eaa45 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.10
+# * ltfatpy version = 1.0.11
 # * 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 ce7e56b6ce650bfea72d192b63b8b239eed1b29f..8ac39a87ee8e832f17f292846a1622692b8f083c 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.10
+# * ltfatpy version = 1.0.11
 # * 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 471c6246a8674800adadd7f430ac83f2d574f1b8..9647e59d7fcb9ee1818ccec2a5343f960827afcf 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.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dct.py b/ltfatpy/tests/fourier/test_dct.py
index e1bd136e3da1ff6bf44561cfd60cce88a3ee9f3f..13c3003fa727143196658345ff63b1cbae830fe0 100644
--- a/ltfatpy/tests/fourier/test_dct.py
+++ b/ltfatpy/tests/fourier/test_dct.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dft.py b/ltfatpy/tests/fourier/test_dft.py
index dc54e8c0468ef1872efe6eb4bc4ad02ea41c5601..99288ba2ab29bc33ee83b0a25d1af064600abffe 100644
--- a/ltfatpy/tests/fourier/test_dft.py
+++ b/ltfatpy/tests/fourier/test_dft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_dst.py b/ltfatpy/tests/fourier/test_dst.py
index 61b93f4c9f78156596e3ace8d1bdb90367580528..5edc41ffb8267d1a77e90d4e761e011c8f878053 100644
--- a/ltfatpy/tests/fourier/test_dst.py
+++ b/ltfatpy/tests/fourier/test_dst.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftindex.py b/ltfatpy/tests/fourier/test_fftindex.py
index c7403c39915685abac97c8cfc1c1305366e296af..fb38561f02e77666347a5052fea45b28faf8836b 100644
--- a/ltfatpy/tests/fourier/test_fftindex.py
+++ b/ltfatpy/tests/fourier/test_fftindex.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftreal.py b/ltfatpy/tests/fourier/test_fftreal.py
index 38e143aef3814d77561e0dd4dcb2b148f5b1f42c..1dc1a59ccf1d642b860173bb22103b91b82fb501 100644
--- a/ltfatpy/tests/fourier/test_fftreal.py
+++ b/ltfatpy/tests/fourier/test_fftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_fftresample.py b/ltfatpy/tests/fourier/test_fftresample.py
index ee0ce6d63921b36fe03783d80c0d9072b0f5e827..fd4f9b9ced27b44fd8d05c4ca19c788c69824776 100644
--- a/ltfatpy/tests/fourier/test_fftresample.py
+++ b/ltfatpy/tests/fourier/test_fftresample.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_idft.py b/ltfatpy/tests/fourier/test_idft.py
index 100a2c46c861adaf692950e7333f2102efb725c1..824226d88ad18386d97ba5c1fa662318edac6a35 100644
--- a/ltfatpy/tests/fourier/test_idft.py
+++ b/ltfatpy/tests/fourier/test_idft.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_ifftreal.py b/ltfatpy/tests/fourier/test_ifftreal.py
index faf67f4dae0acc198d26ecf82092199aaee30c0a..30f43460e7df032e94483442dabd43c1d339dda2 100644
--- a/ltfatpy/tests/fourier/test_ifftreal.py
+++ b/ltfatpy/tests/fourier/test_ifftreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_isevenfunction.py b/ltfatpy/tests/fourier/test_isevenfunction.py
index 78635f2877f2efd9d248c66e76274051dcac2408..adc675bfb835186e90000bf5631abf1aeac2397e 100644
--- a/ltfatpy/tests/fourier/test_isevenfunction.py
+++ b/ltfatpy/tests/fourier/test_isevenfunction.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_middlepad.py b/ltfatpy/tests/fourier/test_middlepad.py
index 47f2eb1b8a216f8d70eb5a2f72e74c2efebda19b..015ceb689224077e7a5962ba2d3483d36a23504d 100644
--- a/ltfatpy/tests/fourier/test_middlepad.py
+++ b/ltfatpy/tests/fourier/test_middlepad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pderiv.py b/ltfatpy/tests/fourier/test_pderiv.py
index b5999f0fa5bba58d1c6ec50d18458d29de90c498..e267b3accdb8eecba19658dd3bfe730ded0d807c 100644
--- a/ltfatpy/tests/fourier/test_pderiv.py
+++ b/ltfatpy/tests/fourier/test_pderiv.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pgauss.py b/ltfatpy/tests/fourier/test_pgauss.py
index 5917674649b91674cb3d0600a286996fe0dc99ec..0541249ec1b127fa592fc366f4b921e9d3f06cd4 100644
--- a/ltfatpy/tests/fourier/test_pgauss.py
+++ b/ltfatpy/tests/fourier/test_pgauss.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_pherm.py b/ltfatpy/tests/fourier/test_pherm.py
index d2f0474fbdf7a34924cba74e57393ba948890a49..b80d9f0e2b47388dfa1216a13f1a3ad03f099628 100644
--- a/ltfatpy/tests/fourier/test_pherm.py
+++ b/ltfatpy/tests/fourier/test_pherm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/fourier/test_psech.py b/ltfatpy/tests/fourier/test_psech.py
index eeb98237087894120b63e01e92f9bdf7b280c617..8c1b6b0157ad4e7c51c6580c2e58ff24f4f9cdc7 100644
--- a/ltfatpy/tests/fourier/test_psech.py
+++ b/ltfatpy/tests/fourier/test_psech.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_dgt.py b/ltfatpy/tests/gabor/test_dgt.py
index 8a8b8750ac37a590fc04b16b8512896d54c0f891..42acdec7ab82f4b9447507d17b37db3d2c7779bb 100644
--- a/ltfatpy/tests/gabor/test_dgt.py
+++ b/ltfatpy/tests/gabor/test_dgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabdual.py b/ltfatpy/tests/gabor/test_gabdual.py
index 6d9e818363654ed0266167dc8bc2665e1b70263d..36f6208d0ba32fa7cee09cb3f6035e244e09ce63 100644
--- a/ltfatpy/tests/gabor/test_gabdual.py
+++ b/ltfatpy/tests/gabor/test_gabdual.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabframediag.py b/ltfatpy/tests/gabor/test_gabframediag.py
index ad4d7b6298d9bdb10e7e4193ea8e370708ee5f3b..0c488091bcd2d5b5e4e76ea6893070c85581f9bb 100644
--- a/ltfatpy/tests/gabor/test_gabframediag.py
+++ b/ltfatpy/tests/gabor/test_gabframediag.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabimagepars.py b/ltfatpy/tests/gabor/test_gabimagepars.py
index 91ae48bd6a0c5258476aa06144bd76ebe9965f29..c04c1e49a0dc11fa8fefef37156dfe87ea777a39 100644
--- a/ltfatpy/tests/gabor/test_gabimagepars.py
+++ b/ltfatpy/tests/gabor/test_gabimagepars.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabphasegrad.py b/ltfatpy/tests/gabor/test_gabphasegrad.py
index 7b3625ad5d941f5ff29b547de2fd73f4da418c2f..1395436774675cd17014bb84290e3f17789226a9 100644
--- a/ltfatpy/tests/gabor/test_gabphasegrad.py
+++ b/ltfatpy/tests/gabor/test_gabphasegrad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabtight.py b/ltfatpy/tests/gabor/test_gabtight.py
index 0030f4ea4240b58e21bf3bf0ecda5f25214841d1..aada4476ece6734761195b4ffdbb183f65c86a39 100644
--- a/ltfatpy/tests/gabor/test_gabtight.py
+++ b/ltfatpy/tests/gabor/test_gabtight.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_gabwin.py b/ltfatpy/tests/gabor/test_gabwin.py
index eb51489751560fd478b96578de6e7ddc488dc81f..bef626f8d9eac2a0590c203d1ebe78eb2ab14bdf 100644
--- a/ltfatpy/tests/gabor/test_gabwin.py
+++ b/ltfatpy/tests/gabor/test_gabwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_idgt.py b/ltfatpy/tests/gabor/test_idgt.py
index 761e846d9947c264b59b35e8f4d8e3cb06bc5ec2..cde709daead839b5899a4b29db6578f77c82bc4d 100644
--- a/ltfatpy/tests/gabor/test_idgt.py
+++ b/ltfatpy/tests/gabor/test_idgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_instfreqplot.py b/ltfatpy/tests/gabor/test_instfreqplot.py
index cde4cfc3d46f05da09657f9500ea2c12ce633e2e..38dc13cf097d643f7b48e3d8254d66d3246c711f 100644
--- a/ltfatpy/tests/gabor/test_instfreqplot.py
+++ b/ltfatpy/tests/gabor/test_instfreqplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaselock.py b/ltfatpy/tests/gabor/test_phaselock.py
index 9d401c64a32d88d34771f31ec595214238d74a57..5bd95c6b8b1c071a08b07c11586fb42cd6e0b6ef 100644
--- a/ltfatpy/tests/gabor/test_phaselock.py
+++ b/ltfatpy/tests/gabor/test_phaselock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseplot.py b/ltfatpy/tests/gabor/test_phaseplot.py
index 734cfd9a59b792805de948c72ce509d35648bced..230e8df72fff6e09cd733ef1551bc784293302e2 100644
--- a/ltfatpy/tests/gabor/test_phaseplot.py
+++ b/ltfatpy/tests/gabor/test_phaseplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_phaseunlock.py b/ltfatpy/tests/gabor/test_phaseunlock.py
index e25e0b00eccd04462fff415493bec5a1e73c175f..f9c8f337eef73647b48d2c36ff23d2117a0789f9 100644
--- a/ltfatpy/tests/gabor/test_phaseunlock.py
+++ b/ltfatpy/tests/gabor/test_phaseunlock.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgt.py b/ltfatpy/tests/gabor/test_plotdgt.py
index 4deb336cb9821571578b3182cbf4ff837801144d..2d6dc5f62756bf9e9fe598296a102f86d9509353 100644
--- a/ltfatpy/tests/gabor/test_plotdgt.py
+++ b/ltfatpy/tests/gabor/test_plotdgt.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_plotdgtreal.py b/ltfatpy/tests/gabor/test_plotdgtreal.py
index 3235e9ea9804ee98f274e45444711279e6a114b0..06eb04328f775de2938bea57327f0001bf5f8095 100644
--- a/ltfatpy/tests/gabor/test_plotdgtreal.py
+++ b/ltfatpy/tests/gabor/test_plotdgtreal.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_s0norm.py b/ltfatpy/tests/gabor/test_s0norm.py
index d6c707fbb83856c19fb7932eadcfea72d6b13c1f..a5a6fdfc778afef6dde7cde161b9ec98d76a0c38 100644
--- a/ltfatpy/tests/gabor/test_s0norm.py
+++ b/ltfatpy/tests/gabor/test_s0norm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_sgram.py b/ltfatpy/tests/gabor/test_sgram.py
index bb76c17a7f43979d2b2d7777cfb73fe07591e7bb..5d959a5dc79753276f9f6beef2bc2d996ed88390 100644
--- a/ltfatpy/tests/gabor/test_sgram.py
+++ b/ltfatpy/tests/gabor/test_sgram.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/gabor/test_tfplot.py b/ltfatpy/tests/gabor/test_tfplot.py
index 18d3490f58f05e52647773ee57f7171a1cba4742..254f28d97228d8c17ac51661992281f46afae012 100644
--- a/ltfatpy/tests/gabor/test_tfplot.py
+++ b/ltfatpy/tests/gabor/test_tfplot.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_greasy.py b/ltfatpy/tests/signals/test_greasy.py
index d96808006498d38f02f99ceb800291c4721803d5..7265754a2a50206c26ccaaab7d082c4a08a5d39c 100644
--- a/ltfatpy/tests/signals/test_greasy.py
+++ b/ltfatpy/tests/signals/test_greasy.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_gspi.py b/ltfatpy/tests/signals/test_gspi.py
index f4818ae64711a35cccbc15e2ce79bda7f309e673..af2ab52a445d1a41be4d1507198d6c1703b91384 100644
--- a/ltfatpy/tests/signals/test_gspi.py
+++ b/ltfatpy/tests/signals/test_gspi.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/signals/test_linus.py b/ltfatpy/tests/signals/test_linus.py
index 8487bfe0d61bb891ab5d9a54e2f8a02640f5a529..57671f7ae7c7667927387528d3f0f8918ec0f1b3 100644
--- a/ltfatpy/tests/signals/test_linus.py
+++ b/ltfatpy/tests/signals/test_linus.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_fir2long.py b/ltfatpy/tests/sigproc/test_fir2long.py
index 409977f283e2d3c108ff37c3c1ba0e564eef9050..0d7ca438a043771db418739a5f2ce5e11da18c09 100644
--- a/ltfatpy/tests/sigproc/test_fir2long.py
+++ b/ltfatpy/tests/sigproc/test_fir2long.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firkaiser.py b/ltfatpy/tests/sigproc/test_firkaiser.py
index 7c9923829cb533b36d98c68d415b51608cfbfe55..9187f8bd0e5745859dae77f6825dff3238c3c518 100644
--- a/ltfatpy/tests/sigproc/test_firkaiser.py
+++ b/ltfatpy/tests/sigproc/test_firkaiser.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_firwin.py b/ltfatpy/tests/sigproc/test_firwin.py
index 74e0bc7fc4c5bbcf130fa7307d8db35e7f37834b..2e1086587d1fc086af07574a60d05491d2fc8eac 100644
--- a/ltfatpy/tests/sigproc/test_firwin.py
+++ b/ltfatpy/tests/sigproc/test_firwin.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_groupthresh.py b/ltfatpy/tests/sigproc/test_groupthresh.py
index 32c016c23a2bf760847f3e39202566895f81e16c..9de0a2cf77225c802e57c4ad0dea28aff097cfa0 100644
--- a/ltfatpy/tests/sigproc/test_groupthresh.py
+++ b/ltfatpy/tests/sigproc/test_groupthresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestn.py b/ltfatpy/tests/sigproc/test_largestn.py
index d03ed28bbd7797ad28d8982f860c3549af62587c..9b09a2555facc37814508216df0876a58fdfe31e 100644
--- a/ltfatpy/tests/sigproc/test_largestn.py
+++ b/ltfatpy/tests/sigproc/test_largestn.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_largestr.py b/ltfatpy/tests/sigproc/test_largestr.py
index 479bd7f947a258193980c0d6e1077312fda2548f..e42d26cf8a5466eac799e8ed74e9bf5c6f57788c 100644
--- a/ltfatpy/tests/sigproc/test_largestr.py
+++ b/ltfatpy/tests/sigproc/test_largestr.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_long2fir.py b/ltfatpy/tests/sigproc/test_long2fir.py
index 276efceee67b89d21d4b9a9757cd541dc8e8f724..7b398e43e113afe4ded4b8d72af88f63cdce1644 100644
--- a/ltfatpy/tests/sigproc/test_long2fir.py
+++ b/ltfatpy/tests/sigproc/test_long2fir.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_normalize.py b/ltfatpy/tests/sigproc/test_normalize.py
index db5b711a8a654f96a9cce6f9ad46d285d022fe1d..867f618beb2bacbe1b56be70752afa29a1ac2e99 100644
--- a/ltfatpy/tests/sigproc/test_normalize.py
+++ b/ltfatpy/tests/sigproc/test_normalize.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_rms.py b/ltfatpy/tests/sigproc/test_rms.py
index 81596e764329a7da6ebab1095b46d959f5ab4cca..4b8bcabf1ddaf206eaf618d01de54edf55cedf87 100644
--- a/ltfatpy/tests/sigproc/test_rms.py
+++ b/ltfatpy/tests/sigproc/test_rms.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/sigproc/test_thresh.py b/ltfatpy/tests/sigproc/test_thresh.py
index 9d5ca10e4f6915dd74a0e6a5be26b608a8bece36..28b13fdc3c57f60fc2fc41147803f6782515d732 100644
--- a/ltfatpy/tests/sigproc/test_thresh.py
+++ b/ltfatpy/tests/sigproc/test_thresh.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_lcm.py b/ltfatpy/tests/tools/test_lcm.py
index 9670a28e0146ad8b3331b49939d22a887f4c4e5f..ac679a123a1118b606606d8e621146613143f33d 100644
--- a/ltfatpy/tests/tools/test_lcm.py
+++ b/ltfatpy/tests/tools/test_lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tests/tools/test_postpad.py b/ltfatpy/tests/tools/test_postpad.py
index bb7e28ab4892a6389f7eb7d99f64938b183cbda0..0d53c37ccbe3e5773e29a6786350c3df27a3d0a4 100644
--- a/ltfatpy/tests/tools/test_postpad.py
+++ b/ltfatpy/tests/tools/test_postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/lcm.py b/ltfatpy/tools/lcm.py
index 7b4cc6f43ae6a40db45bad33ca4373da99db2a35..080211e7b15fe4b0871e158d23d345aabf0f9780 100644
--- a/ltfatpy/tools/lcm.py
+++ b/ltfatpy/tools/lcm.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/tools/postpad.py b/ltfatpy/tools/postpad.py
index 516f0931743855c399c7d730e8a2ae03a27380b8..2a23b90daa62de54e31122e0bc99f9b680691ee2 100644
--- a/ltfatpy/tools/postpad.py
+++ b/ltfatpy/tools/postpad.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/ltfatpy/version.py b/ltfatpy/version.py
index 238db7920d265626d34c3c197e446581fea0c0c5..c6c2dd3cfc4a7c72844156e2c62d328dfbfd688a 100644
--- a/ltfatpy/version.py
+++ b/ltfatpy/version.py
@@ -32,7 +32,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence
diff --git a/setup.py b/setup.py
index f1916edcca6bf18338d6e6cd0e2d553a8a383167..d6f7c645ac6605b8f245914fb6c7204e1a7f5081 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@
 # Version
 # -------
 #
-# * ltfatpy version = 1.0.10
+# * ltfatpy version = 1.0.11
 # * LTFAT version = 2.1.0
 #
 # Licence