1 2# This file was generated by 'versioneer.py' (0.19) from 3# revision-control system data, or from the parent directory name of an 4# unpacked source archive. Distribution tarballs contain a pre-generated copy 5# of this file. 6 7import json 8 9version_json = ''' 10{ 11 "date": "2022-03-07T12:27:54-0700", 12 "dirty": false, 13 "error": null, 14 "full-revisionid": "7d4349e332fcba2bc3f266267421531b3ec5d3e6", 15 "version": "1.22.3" 16} 17''' # END VERSION_JSON 18 19 20def get_versions(): 21 return json.loads(version_json) 22 23