From af32b7cd838df6481eb533fc9382e7ec575ebeea Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Tue, 21 Feb 2017 18:06:34 +0000 Subject: [PATCH] Version bump --- fsl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/version.py b/fsl/version.py index 22e24172d..3db47acf5 100644 --- a/fsl/version.py +++ b/fsl/version.py @@ -12,5 +12,5 @@ version number and information. __version__ """ -__version__ = '0.9.12' +__version__ = '0.9.13' """Current version number, as a string. """ -- GitLab