Skip to content

Commit 44601a2

Browse files
Merge branch 'master' into templateseg2
2 parents beaebe1 + 48f96b9 commit 44601a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: "ubuntu-22.04"
1010
tools:
11-
python: "3.7"
11+
python: "3.8"
1212

1313
# Build documentation in the docs/ directory with Sphinx
1414
sphinx:

hippunfold/config/snakebids.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ parse_args:
128128
--version:
129129
help: 'Print the version of HippUnfold'
130130
action: version
131-
version: "1.4.2-pre.36"
131+
version: "1.4.2-pre.37"
132132

133133

134134
--modality:

hippunfold/pipeline_description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"GeneratedBy": [
66
{
77
"Name": "hippunfold",
8-
"Version": "1.4.2-pre.36",
8+
"Version": "1.4.2-pre.37",
99
"CodeURL": "https://github.com/khanlab/hippunfold",
1010
"Author": "Jordan DeKraker & Ali Khan",
1111
"AuthorEmail": "ali.khan@uwo.ca"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hippunfold"
3-
version = "1.4.2-pre.36"
3+
version = "1.4.2-pre.37"
44
description = "BIDS App for Hippocampal AutoTop (automated hippocampal unfolding and subfield segmentation)"
55
authors = ["Jordan DeKraker & Ali Khan <alik@robarts.ca>"]
66

0 commit comments

Comments
 (0)