Module audioio.version
Version and year of the audioio package.
Expand source code
""" Version and year of the audioio package.
"""
__version__ = '0.10.0'
""" Current version of the audioio package. """
__year__ = '2022'
""" Year of the current audioio version. """
__pdoc__ = {}
__pdoc__['__version__'] = True
__pdoc__['__year__'] = True
Global variables
var __version__
-
Current version of the audioio package.
var __year__
-
Year of the current audioio version.