We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9149be5 commit 3c74b08Copy full SHA for 3c74b08
CITATION.cff
@@ -2,7 +2,7 @@ cff-version: 1.2.0
2
3
title: "spm_2_bids"
4
5
-version: 0.2.1
+version: 0.3.0
6
7
abstract: Toolbox to convert SPM output files to valid BIDS derivatives.
8
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: clean
+.PHONY: clean version.txt
install_dev_octave: install_dev
cd lib/JSONio && mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
version.txt
@@ -1 +1 @@
-v0.2.0dev
+v0.3.0
0 commit comments