123456789101112131415161718192021 |
- # This file was generated by 'versioneer.py' (0.19) 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": "2021-07-25T10:04:51+0100",
- "dirty": false,
- "error": null,
- "full-revisionid": "c7f7443c1bad8262358114d5e88cd9c8a308e8aa",
- "version": "1.3.1"
- }
- ''' # END VERSION_JSON
- def get_versions():
- return json.loads(version_json)
|