Files
2025-04-24 11:44:23 +02:00

22 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.29) 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": "2025-04-15T17:28:21-0700",
"dirty": false,
"error": null,
"full-revisionid": "eeb02fd85c146292dd70fb798ac90a486ba163bd",
"version": "5.0.0"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)