From 9b2af923426f47bfcde5ab18472552f4d6ae71c0 Mon Sep 17 00:00:00 2001 From: Tristan Glatard Date: Fri, 1 Sep 2017 13:51:48 -0700 Subject: [PATCH] Version 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1b1ea9..527b79a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.1.1" +VERSION = "0.1.3" DEPS = [ "boutiques", "pybids",