_version.py 471 B

123456789101112131415161718192021
  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. import json
  6. import sys
  7. version_json = '''
  8. {
  9. "dirty": false,
  10. "error": null,
  11. "full-revisionid": "ca3d653536dec38a0c1ac3b80413961ca1bcdda6",
  12. "version": "3.2.1"
  13. }
  14. ''' # END VERSION_JSON
  15. def get_versions():
  16. return json.loads(version_json)