Skip to content

Commit ee9c04b

Browse files
authored
Merge pull request #234 from poldracklab/dev_version
Bump dev version to 0.3.12-dev
2 parents 5867302 + 76cf889 commit ee9c04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
1616
'nipype', 'info.py'))
1717

18-
__version__ = '0.3.8'
18+
__version__ = '0.3.12-dev'
1919
__packagename__ = 'niworkflows'
2020
__author__ = 'The CRN developers'
2121
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(

0 commit comments

Comments
 (0)