_version.py 498 B

123456789101112131415161718192021
  1. # This file was generated by 'versioneer.py' (0.26) from
  2. # revision-control system data, or from the parent directory name of an
  3. # unpacked source archive. Distribution tarballs contain a pre-generated copy
  4. # of this file.
  5. import json
  6. version_json = '''
  7. {
  8. "date": "2023-06-25T20:31:30-0600",
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "9315a9072b2636f75c831b4eca9f42a5f67ca2fb",
  12. "version": "1.24.4"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)