From 975ccec7a28ab9c8a3ee71c79bdac6d0cf2b3541 Mon Sep 17 00:00:00 2001 From: Thibault Tubiana Date: Sun, 9 May 2021 18:17:23 +0200 Subject: [PATCH] Numpy matrix file names are now hashed with MD5 if the name is too long + the alignement is now included in the linkage matrix filename. --- ttclust/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttclust/version.py b/ttclust/version.py index 5d1d17d..3161916 100644 --- a/ttclust/version.py +++ b/ttclust/version.py @@ -1 +1 @@ -__version__ = '4.8.4' +__version__ = '4.9.0'