Skip to content

Commit

Permalink
HOTFIX: Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 9, 2017
1 parent 5e53fb3 commit bd02831
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.1.1
-------------

* Hotfix release (updated manifest)

Version 0.1.0
-------------

Expand Down
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
include niworkflows/data/*.json
recursive-include niworkflows/data/templates *

# nipype report requirements
include niworkflows/nipype/pipeline/engine/report_template.html
include niworkflows/nipype/external/d3.js

#Misc
include requirements.txt
include CHANGES.rst
include LICENSE
include LICENSE
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.0.8-dev'
__version__ = '0.1.0-dev'
__packagename__ = 'niworkflows'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
Expand Down

0 comments on commit bd02831

Please sign in to comment.