Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Update version due to bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukassnoek committed Jul 10, 2017
1 parent 0d59fcb commit 6a7eeae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

Version 0.3.2
-------------
Minor bugfixes and extend MvpWithin functionality.

- ENH: MvpWithin can now load in any statistic-file (tstat, zstat)
- FIX: convert img/hdr tissuepriors to nifti.gz

Version 0.3.1
-------------
- ENH: FsfCrawler now also works with (BIDS-style) tsv event-files
Expand Down
2 changes: 1 addition & 1 deletion skbold/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from . import utils
from os.path import dirname, join

__version__ = '0.3.1'
__version__ = '0.3.2'

data_path = join(dirname(dirname(utils.__file__)), 'data')
testdata_path = join(data_path, 'test_data')
Expand Down

0 comments on commit 6a7eeae

Please sign in to comment.