
# This file was generated by 'versioneer.py' (0.18) 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": "2023-03-11T16:20:23-0500",
 "dirty": false,
 "error": null,
 "full-revisionid": "6632ad294af9daa71ec48490cc64f716b60346ee",
 "version": "0.6.8"
}
'''  # END VERSION_JSON


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