From ea6251a3e808168383e1f12ed8afe1118455d8cd Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Wed, 27 Jul 2016 15:26:09 -0400 Subject: [PATCH] bump version and NEWS --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ad5e5d0..9d04f5d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in Version 0.1.16 +===================== +* fix compilation against static HDF5 libs + New in Version 0.1.15 ===================== * fairly big overhaul of rotational_minctracc.py: it turns out that the centre of gravity (cog) diff --git a/setup.py b/setup.py index 9c1f01a..f83f7a2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import sys setup(name="python-stuffs", - version='0.1.15', + version='0.1.16', scripts=["python/TFCE", "python/smooth_vector", "python/measure_xcorr",