_version.py 496 B

123456789101112131415161718192021
  1. # This file was generated by 'versioneer.py' (0.29) 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": "2025-03-14T19:18:49-0700",
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "8b111eb5f0298e5b095272027bf3194d2c999aa8",
  12. "version": "3.12"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)