Skip to content

Commit 82bff0b

Browse files
author
Tristan Glatard
committed
nipype2boutiques: Boutiques schema is 0.2-snapshot
1 parent f978aef commit 82bff0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/nipype2boutiques.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def print_inputs(tool_name, module=None, function=None):
9898
tool_desc['command-line'] = command_line
9999
tool_desc['docker-image'] = 'docker.io/robdimsdale/nipype'
100100
tool_desc['docker-index'] = 'http://index.docker.io'
101-
tool_desc['schema-version'] = '0.1'
101+
tool_desc['schema-version'] = '0.2-snapshot'
102102
print json.dumps(tool_desc, indent=4, separators=(',', ': '))
103103

104104
def main(argv):

0 commit comments

Comments
 (0)