From 1961225a822cf8e61ff44a6799a37cf22cfb93fb Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Mon, 9 May 2016 15:21:05 +0100 Subject: [PATCH] Version number --- fsl/version.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/fsl/version.py b/fsl/version.py index 28312e0a3..76af69748 100644 --- a/fsl/version.py +++ b/fsl/version.py @@ -10,14 +10,7 @@ version number and information. .. autosummary:: __version__ - __vcs_version__ - -.. todo:: Define a formal ``fslpy`` version number updating scheme. """ -__version__ = '<dev>' +__version__ = '0.9b' """Current version number, as a string. """ - - -__vcs_version__ = '<dev>' -"""VCS (Version Control System) version number, for internal use. """ -- GitLab