_version.py 497 B

123456789101112131415161718192021
  1. # This file was generated by 'versioneer.py' (0.28) 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-28T14:27:24-0700",
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "0f437949513225922d851e9581723d82120684a6",
  12. "version": "2.0.3"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)