Skip to content

Commit

Permalink
updated version to 0.1.6, updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvaneede committed Nov 3, 2014
1 parent d506b50 commit d33a8b7
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.6
====================
* fixes egg-info file issues. The minc-stuffs version information will be produced correctly now

New in Version 0.1.5
====================
* fixes cython/numpy compilation issues with anaconda-2.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
m.Extension.__dict__ = m._Extension.__dict__

setup(name="python-stuffs",
version='0.1.5',
version='0.1.6',
scripts=["python/TFCE",
"python/smooth_vector",
"python/measure_xcorr",
Expand Down

0 comments on commit d33a8b7

Please sign in to comment.