From f279d8b103a8e7a0366602ebf0fb433f19a8d3c1 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Mon, 21 Nov 2016 16:52:00 -0500 Subject: [PATCH] bump version and edit NEWS --- NEWS | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bcf6646..afdbede 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/setup.py b/setup.py index 394f352..710da8f 100644 --- a/setup.py +++ b/setup.py @@ -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",