From 5d2d8bc7f78dc20dcc4ed2228cd15e06ab983b7b Mon Sep 17 00:00:00 2001 From: gallg Date: Mon, 8 Jul 2024 13:31:55 +0200 Subject: [PATCH] Update setup.py fixed wrong version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a23f0d..ca99bce 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Setting up setup( name="adaptivesplit", - version="0.0.1", + version=VERSION, author="PNI Lab (Predictive NeuroImaging Laboratory)", author_email="", description=DESCRIPTION,