# This file was generated by 'versioneer.py' (0.23) 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": "2024-08-05T18:01:01-0500", | |
"dirty": false, | |
"error": null, | |
"full-revisionid": "a68a804f7a4a4b0d39cb1fc96ca54648f465583e", | |
"version": "1.8.5" | |
} | |
''' # END VERSION_JSON | |
def get_versions(): | |
return json.loads(version_json) | |