From 3db1449bfa3ec3abff9f97b513b508d3f2e27375 Mon Sep 17 00:00:00 2001 From: saratheriver Date: Wed, 19 Oct 2022 08:43:03 -0400 Subject: [PATCH] [v0.4.2] trying to pypi it (#320) * v0.4.1 * [TES] workflow on 18.04 * [v0.4.2] trying to pypi it --- brainstat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainstat/__init__.py b/brainstat/__init__.py index 1dfe8274..7a91e920 100644 --- a/brainstat/__init__.py +++ b/brainstat/__init__.py @@ -1,2 +1,2 @@ """Neuroimaging statistics toolbox.""" -__version__ = "0.4.1" +__version__ = "0.4.2"