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