22 lines
497 B
Python
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-02-06T04:51:03+0000",
|
||
|
"dirty": false,
|
||
|
"error": null,
|
||
|
"full-revisionid": "2a1ae043350b49b01c5945dbb4da31bb34f7f382",
|
||
|
"version": "3.0.0"
|
||
|
}
|
||
|
''' # END VERSION_JSON
|
||
|
|
||
|
|
||
|
def get_versions():
|
||
|
return json.loads(version_json)
|