From 499ea79d551b30f81475847f9181d0bb8cc31b14 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Thu, 4 Apr 2024 21:37:27 -0400 Subject: [PATCH] version bump to 1.5.2 --- fshack/fshack.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fshack/fshack.py b/fshack/fshack.py index c2254d9..02532d5 100755 --- a/fshack/fshack.py +++ b/fshack/fshack.py @@ -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 diff --git a/setup.py b/setup.py index 7614e92..254fa32 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.1', + version = '1.5.2', description = 'A containerized FreeSurfer, with several modes of operation accessible via specific CLI patterning', long_description = readme(), author = 'FNNDSC',