Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
2487 commits behind the upstream repository.
version.py 329 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.11'
"""Current version number, as a string. """