From 406e3b2d60ee55c912bca63ac3ff22b89d0f08d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 00:56:14 +0000 Subject: [PATCH] Bump version to 1.4.0-pre.19 --- hippunfold/config/snakebids.yml | 2 +- hippunfold/pipeline_description.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hippunfold/config/snakebids.yml b/hippunfold/config/snakebids.yml index db3f6c02..2d929b51 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.3.1-pre.18" + version: "1.4.0-pre.19" --modality: diff --git a/hippunfold/pipeline_description.json b/hippunfold/pipeline_description.json index 9a2c19f4..dffb8811 100644 --- a/hippunfold/pipeline_description.json +++ b/hippunfold/pipeline_description.json @@ -5,7 +5,7 @@ "GeneratedBy": [ { "Name": "hippunfold", - "Version": "1.3.1-pre.18", + "Version": "1.4.0-pre.19", "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 279e656d..b675470b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hippunfold" -version = "1.3.1-pre.18" +version = "1.4.0-pre.19" description = "BIDS App for Hippocampal AutoTop (automated hippocampal unfolding and subfield segmentation)" authors = ["Jordan DeKraker & Ali Khan "]