Skip to content

Commit

Permalink
bump version and edit NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Nov 21, 2016
1 parent 9cecaaa commit f279d8b
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 f279d8b

Please sign in to comment.