From 4f5f8319e911e5b215b4acf6a3a66e70f2452ec4 Mon Sep 17 00:00:00 2001 From: miykael Date: Fri, 22 Feb 2019 19:38:04 +0100 Subject: [PATCH] ENH: update release version --- atlasreader/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlasreader/info.py b/atlasreader/info.py index 74b5ca3..f040aea 100644 --- a/atlasreader/info.py +++ b/atlasreader/info.py @@ -1,4 +1,4 @@ -__version__ = '0.0.3' +__version__ = '0.0.4' NAME = 'atlasreader' MAINTAINER = 'Michael Notter'