From f75aee9bbc9cb4fedfae9faa6c966569cf8934c8 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Fri, 1 Jul 2016 16:27:48 +0100 Subject: [PATCH] Going to use numeric versioning from now on. --- fsl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/version.py b/fsl/version.py index 11783d755..f33ec5332 100644 --- a/fsl/version.py +++ b/fsl/version.py @@ -12,5 +12,5 @@ version number and information. __version__ """ -__version__ = '0.9c' +__version__ = '0.9.3' """Current version number, as a string. """ -- GitLab