#!/usr/bin/env python # # version.py - fslpy version information. # # Author: Paul McCarthy <pauldmccarthy@gmail.com> # """The sole purpose of this module is as a container for the ``fslpy`` version number and information. .. autosummary:: __version__ """ __version__ = '0.9.11' """Current version number, as a string. """