From 0cc2c9821670c674411c454ad7eadd048ae7fbc8 Mon Sep 17 00:00:00 2001 From: Sandip Samal Date: Thu, 10 Oct 2024 12:10:57 -0400 Subject: [PATCH] version bump to 1.5.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 677e74e..d341c8f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def readme(): name = 'fshack', # for best practices make this version the same as the VERSION class variable # defined in your ChrisApp-derived Python class - version = '1.5.4', + version = '1.5.5', description = 'A containerized FreeSurfer, with several modes of operation accessible via specific CLI patterning', long_description = readme(), author = 'FNNDSC',