Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mfriedel/minc-stuffs into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvaneede committed Jan 6, 2017
2 parents e14cc15 + 3493ca1 commit 6066785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
New in Version 0.1.18
=====================
* 2to3 fixes
* fix `install_requires` in setup.py

New in Version 0.1.17
=====================
* fix bug in TFCE implementation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

setup(name="python-stuffs",
version='0.1.17',
version='0.1.18',
install_requires=['numpy', 'scipy', 'pyminc'],
scripts=["python/TFCE",
"python/smooth_vector",
Expand Down

0 comments on commit 6066785

Please sign in to comment.