From c78841945bb82794c5feaf3be619c112086879b7 Mon Sep 17 00:00:00 2001 From: Will Asciutto Date: Thu, 14 Jul 2022 09:07:33 -0400 Subject: [PATCH] Update version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df86ae5b..48692081 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='clpipe', - version='1.5.0.3', + version='1.5.0.4', description='clpipe: MRI processing pipeline for high performance clusters', url='https://github.com/cohenlabUNC/clpipe', author='Maintainer: Teague Henry, Contributor: Will Asciutto, Contributor: Deepak Melwani',