22 lines
498 B
Python
Executable File
22 lines
498 B
Python
Executable File
|
|
# 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": "2024-08-29T13:17:06-0400",
|
|
"dirty": false,
|
|
"error": null,
|
|
"full-revisionid": "c1fff18c2bd30e3436444390f197e92a22df1005",
|
|
"version": "5.24.0"
|
|
}
|
|
''' # END VERSION_JSON
|
|
|
|
|
|
def get_versions():
|
|
return json.loads(version_json)
|