From d02a1cc47d4e223e7c892699e39bb66d2a606bdc Mon Sep 17 00:00:00 2001 From: Alexander Getka <59709326+AlexanderGetka-cbica@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:45:57 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8c56a1..779fdd9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="NiChart_DLMUSE", - version="1.0.5", + version="1.0.6", description="Run NiChart_DLMUSE on your data (currently only structural pipeline is supported).", long_description=long_description, long_description_content_type="text/markdown",