Skip to content

Commit bd02831

Browse files
committed
HOTFIX: Update manifest
1 parent 5e53fb3 commit bd02831

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.1.1
2+
-------------
3+
4+
* Hotfix release (updated manifest)
5+
16
Version 0.1.0
27
-------------
38

MANIFEST.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
include niworkflows/data/*.json
33
recursive-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
610
include requirements.txt
711
include CHANGES.rst
8-
include LICENSE
12+
include LICENSE

niworkflows/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
nipype_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(

0 commit comments

Comments
 (0)