From ad63f7d03764f47bcd51843ce63f50537c62d827 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 4 Jan 2019 10:34:38 -0500 Subject: [PATCH] Version boost --- LICENSE | 2 +- heudiconv/info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index bf30877f..00e7481a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright [2014-2018] [Heudiconv developers] +Copyright [2014-2019] [Heudiconv developers] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/heudiconv/info.py b/heudiconv/info.py index 6aa469f6..c1f9d0e7 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -1,4 +1,4 @@ -__version__ = "0.5.2-dev" +__version__ = "0.5.2" __author__ = "HeuDiConv team and contributors" __url__ = "https://github.com/nipy/heudiconv" __packagename__ = 'heudiconv'