File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 0.1.1
2+ -------------
3+
4+ * Hotfix release (updated manifest)
5+
16Version 0.1.0
27-------------
38
Original file line number Diff line number Diff line change 22include niworkflows/data/*.json
33recursive-include niworkflows/data/templates *
44
5+ # nipype report requirements
6+ include niworkflows/nipype/pipeline/engine/report_template.html
7+ include niworkflows/nipype/external/d3.js
8+
59#Misc
610include requirements.txt
711include CHANGES.rst
8- include LICENSE
12+ include LICENSE
Original file line number Diff line number Diff line change 1616nipype_info = runpy .run_path (op .join (op .abspath (op .dirname (__file__ )),
1717 'nipype' , 'info.py' ))
1818
19- __version__ = '0.0.8 -dev'
19+ __version__ = '0.1.0 -dev'
2020__packagename__ = 'niworkflows'
2121__author__ = 'The CRN developers'
2222__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University' .format (
You can’t perform that action at this time.
0 commit comments