From 8fdbcfd29c809e6251653747fe64a887f599fab0 Mon Sep 17 00:00:00 2001 From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr> Date: Fri, 18 Dec 2015 09:50:56 +0100 Subject: [PATCH] Create a minor release for Pypi update --- VERSION | 4 ++-- ltfatpy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 31c2286..3f03cea 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 b643d94..961a61e 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" -- GitLab