From 39e8684c63e8624fd4b0ade3ccb13f99e5c7f8a4 Mon Sep 17 00:00:00 2001 From: Jordan DeKraker Date: Tue, 30 Jul 2024 09:05:30 -0400 Subject: [PATCH 1/2] Update Dockerfile to latest version with dependencies (#315) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03364c6d..a4d5c1a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM khanlab/autotop_deps:v0.4.4-fix +FROM khanlab/autotop_deps:v0.5.1 MAINTAINER alik@robarts.ca From 78bd548f4144e07ef3ce1c4fce084a500e9caae6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:05:49 +0000 Subject: [PATCH 2/2] Bump version to 1.5.3-pre.51 --- 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 4fda0965..a5bd26c4 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.2-pre.50" + version: "1.5.3-pre.51" --modality: diff --git a/hippunfold/pipeline_description.json b/hippunfold/pipeline_description.json index 4a15ac27..e7ba4772 100644 --- a/hippunfold/pipeline_description.json +++ b/hippunfold/pipeline_description.json @@ -5,7 +5,7 @@ "GeneratedBy": [ { "Name": "hippunfold", - "Version": "1.5.2-pre.50", + "Version": "1.5.3-pre.51", "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 2be21311..85dfb0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hippunfold" -version = "1.5.2-pre.50" +version = "1.5.3-pre.51" description = "BIDS App for Hippocampal AutoTop (automated hippocampal unfolding and subfield segmentation)" authors = ["Jordan DeKraker & Ali Khan "]