Skip to content

Commit

Permalink
bumped version to 0.1.19, updated the NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvaneede committed Jan 6, 2017
1 parent 6066785 commit 4eb9d03
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.19
=====================
* added script: make_xfm_for_grid.pl which creates an xfm file for a provided deformation grid
(vector file)

New in Version 0.1.18
=====================
* 2to3 fixes
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.18',
version='0.1.19',
install_requires=['numpy', 'scipy', 'pyminc'],
scripts=["python/TFCE",
"python/smooth_vector",
Expand Down

0 comments on commit 4eb9d03

Please sign in to comment.