diff --git a/VERSION b/VERSION index 31c228673bde2b807ca7bef7fbaa63498dacd9cb..3f03ceae0f68057a89fbba74f950fc7174b25252 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -ltfatpy:1.0.0 -ltfat:2.1.0 \ No newline at end of file +ltfatpy:1.0.1 +ltfat:2.1.0 diff --git a/ltfatpy/__init__.py b/ltfatpy/__init__.py index b643d947f903034a52ad5d2f03649f373e9591a0..961a61e73ea4cd296f3eba5961ef748468bb93a5 100644 --- a/ltfatpy/__init__.py +++ b/ltfatpy/__init__.py @@ -117,4 +117,4 @@ __all__ = ["arg_firwin", "assert_groworder", "assert_sigreshape_post", "long2fir", "normalize", "rms", "thresh", "lcm", "postpad"] -__version__ = "1.0.0" +__version__ = "1.0.1"