diff --git a/hippunfold/config/snakebids.yml b/hippunfold/config/snakebids.yml index 8a10307c..75c59ee8 100644 --- a/hippunfold/config/snakebids.yml +++ b/hippunfold/config/snakebids.yml @@ -128,7 +128,7 @@ parse_args: --version: help: 'Print the version of HippUnfold' action: version - version: "1.5.0-pre.47" + version: "1.5.0-pre.48" --modality: diff --git a/hippunfold/pipeline_description.json b/hippunfold/pipeline_description.json index 8f67d839..e791d075 100644 --- a/hippunfold/pipeline_description.json +++ b/hippunfold/pipeline_description.json @@ -5,7 +5,7 @@ "GeneratedBy": [ { "Name": "hippunfold", - "Version": "1.5.0-pre.47", + "Version": "1.5.0-pre.48", "CodeURL": "https://github.com/khanlab/hippunfold", "Author": "Jordan DeKraker & Ali Khan", "AuthorEmail": "ali.khan@uwo.ca" diff --git a/pyproject.toml b/pyproject.toml index d4ec5c5a..a895e24b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hippunfold" -version = "1.5.0-pre.47" +version = "1.5.0-pre.48" description = "BIDS App for Hippocampal AutoTop (automated hippocampal unfolding and subfield segmentation)" authors = ["Jordan DeKraker & Ali Khan "]