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',