From 2244e558a97557b61ed6a8408a1ce41ca2a22c61 Mon Sep 17 00:00:00 2001 From: ofgulban Date: Sat, 9 Dec 2017 10:51:43 +0100 Subject: [PATCH] Version bump. Because the command line call is changed to 'pydeface' instead of 'pydeface.py' I have increased the version to 2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbcfdae..b94816e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ LICENSE = 'MIT' URL = 'http://poldracklab.org' DOWNLOAD_URL = 'https://github.com/poldracklab/pydeface/' -VERSION = '1.2' +VERSION = '2.0' if os.path.exists('MANIFEST'): os.remove('MANIFEST')