"""Module containing metadata about asciidoc.""" VERSION = (10, 1, 4) __version__ = '.'.join(map(str, VERSION))