From 1f059589afd74ad7e8b3265f43c1d6a30b7d172d Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Thu, 3 Dec 2020 17:13:24 +0100 Subject: [PATCH] build --- python/tffpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tffpy/__init__.py b/python/tffpy/__init__.py index 76ef20e..6929c0d 100755 --- a/python/tffpy/__init__.py +++ b/python/tffpy/__init__.py @@ -8,4 +8,4 @@ # __all__ = ['GaborMultiplier', 'get_dgt_params', 'get_signal_params', 'dgt'] # TODO minimal documentation__version__ = "0.1" -__version__ = "0.1.3" +__version__ = "0.1.4" -- GitLab