Skip to content

Commit

Permalink
version bump to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 5, 2024
1 parent b5750d8 commit 499ea79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fshack/fshack.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class Fshack(ChrisApp):
CATEGORY = ''
TYPE = 'ds'
DOCUMENTATION = 'https://github.com/FNNDSC/pl-fshack'
VERSION = '1.5.1'
VERSION = '1.5.2'
ICON = '' # url of an icon image
LICENSE = 'Opensource (MIT)'
MAX_NUMBER_OF_WORKERS = 1 # Override with integer value
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1',
version = '1.5.2',
description = 'A containerized FreeSurfer, with several modes of operation accessible via specific CLI patterning',
long_description = readme(),
author = 'FNNDSC',
Expand Down

0 comments on commit 499ea79

Please sign in to comment.