Skip to content

Commit

Permalink
[skip ci] update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jan 1, 2018
1 parent 335370d commit adbfb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
'nipype', 'info.py'))

__version__ = '0.2.3-dev'
__version__ = '0.2.3'
__packagename__ = 'niworkflows'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
Expand Down

0 comments on commit adbfb19

Please sign in to comment.