This commit is contained in:
Sohel
2024-11-20 17:17:14 +01:00
parent aa14c170c8
commit 09b4990d6d
5404 changed files with 1184888 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
# This file was generated by 'versioneer.py' (0.26) 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": "2023-06-25T20:31:30-0600",
"dirty": false,
"error": null,
"full-revisionid": "9315a9072b2636f75c831b4eca9f42a5f67ca2fb",
"version": "1.24.4"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)