Module thunderfish.version

Expand source code
__version__='2.0.0'
"""Current version of the thunderfish package."""

__year__ = '2024'
"""Current year for copyright messages."""

__pdoc__ = {}
__pdoc__['__version__'] = True
__pdoc__['__year__'] = True

Global variables

var __version__

Current version of the thunderfish package.

var __year__

Current year for copyright messages.