From 83fc5ba713eb552271e7ec172b96443080f8f842 Mon Sep 17 00:00:00 2001 From: rodiegeology <59059928+rodiegeology@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:18:00 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 665ec09..a862c0b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="IntraSOM", - version="1.0.1", + version="1.0.2", author="InTRA RDI Center (Universidade de São Paulo)", author_email="intra@usp.br", description="IntraSOM: Library for Self-Organizing Maps with missing data, hexagonal lattice and toroidal projection",