Skip to content

Commit

Permalink
Bump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Jan 21, 2022
1 parent 9744801 commit 7808a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fnirsapp_sourcedata2bids.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "fNIRS Apps: Sourcedata to BIDS",
"description": "Create fNIRS BIDS datasets from source data",
"author": "Robert Luke",
"tool-version": "v0.4.2",
"tool-version": "v0.4.3",
"schema-version": "0.5",
"command-line": "/run.py [InputDataset] [SubjectLabel] [SessionLabel] [TaskLabel] [Events] [Duration] [OptodeFrame]",
"container-image": {
"image": "ghcr.io/rob-luke/fnirs-apps-sourcedata2bids/app:v0.4.2",
"image": "ghcr.io/rob-luke/fnirs-apps-sourcedata2bids/app:v0.4.3",
"index": "ghcr.io",
"type": "docker",
"entrypoint": true
Expand Down
2 changes: 1 addition & 1 deletion fnirsapp_sourcedata2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from checksumdir import dirhash
from pprint import pprint

__version__ = "v0.4.2"
__version__ = "v0.4.3"


def fnirsapp_sourcedata2bids(command, env={}):
Expand Down

0 comments on commit 7808a96

Please sign in to comment.