Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
2559 commits behind the upstream repository.
version.py 328 B
#!/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.8'
"""Current version number, as a string. """