
# This file was generated by 'versioneer.py' (0.21) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.

import json

version_json = '''
{
 "date": "2022-03-29T16:31:23-0700",
 "dirty": false,
 "error": null,
 "full-revisionid": "a447a9bcd708aaf0016b8237723ffdbf5f7d7bf2",
 "version": "1.0.5"
}
'''  # END VERSION_JSON


def get_versions():
    return json.loads(version_json)
