2022-05-23 00:16:32 +04:00

22 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.21) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2022-05-09T20:40:15-0400",
"dirty": false,
"error": null,
"full-revisionid": "eca5fe62f9262478bacc5895db3a053116cac393",
"version": "5.8.0"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)