Skip to content

Commit

Permalink
Bump to v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Jan 21, 2022
1 parent ee7c4e8 commit 400c208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fnirsapp_qr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "fNIRS Apps: Quality Reports",
"description": "Generate quality reports for fNIRS data",
"author": "Robert Luke",
"tool-version": "v0.3.6",
"tool-version": "v0.3.7",
"schema-version": "0.5",
"command-line": "/run.py [InputDataset] [OutputLocation] [SubjectLabel] [SessionLabel] [TaskLabel] [SCIThreshold] [PeakPowerThreshold]",
"container-image": {
"image": "ghcr.io/rob-luke/fnirs-apps-quality-reports/app:v0.3.6",
"image": "ghcr.io/rob-luke/fnirs-apps-quality-reports/app:v0.3.7",
"index": "ghcr.io",
"type": "docker",
"entrypoint": true
Expand Down
2 changes: 1 addition & 1 deletion fnirsapp_qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

matplotlib.use('agg')

__version__ = "v0.3.6"
__version__ = "v0.3.7"


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

0 comments on commit 400c208

Please sign in to comment.