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 22, 2019
1 parent 459279e commit 0bfb834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
New in Version 0.1.25
=====================
* rotational_minctracc.py handles source and target masking correctly

New in Version 0.1.24
=====================
* rotational_minctracc.py uses minccmp instead of Pyminc to avoid memory leakage.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


setup(name="python-stuffs",
version='0.1.24',
version='0.1.25',
install_requires=['numpy', 'scipy', 'pyminc'],
scripts=[f"python/{s}" for s in
("TFCE",
Expand Down

0 comments on commit 0bfb834

Please sign in to comment.