_version.py 546 B

123456789101112131415161718192021222324
  1. # This file was generated by 'versioneer.py' (0.15) 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. from warnings import catch_warnings
  6. with catch_warnings(record=True):
  7. import json
  8. import sys
  9. version_json = '''
  10. {
  11. "dirty": false,
  12. "error": null,
  13. "full-revisionid": "cb00deb94500205fcb27a33cc1d0df79a9727f8b",
  14. "version": "0.24.2"
  15. }
  16. ''' # END VERSION_JSON
  17. def get_versions():
  18. return json.loads(version_json)