From 2ff09b1a1b77282c9a10a74799d280db1bc4f85b Mon Sep 17 00:00:00 2001 From: Mathias Goncalves Date: Thu, 5 Jul 2018 11:07:36 -0400 Subject: [PATCH] rel: bump to next version --- heudiconv/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/info.py b/heudiconv/info.py index 9d4d3f55..71024f39 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -1,4 +1,4 @@ -__version__ = "0.5.1" +__version__ = "0.5.2-dev" __author__ = "HeuDiConv team and contributors" __url__ = "https://github.com/nipy/heudiconv" __packagename__ = 'heudiconv'