projetAnsible/myenv/lib/python3.12/site-packages/debugpy/_version.py
2024-12-09 06:16:28 +01:00

22 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.23) 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-11-18T09:50:34-0800",
"dirty": false,
"error": null,
"full-revisionid": "f4ba976121ce38ee1c7c1f3174fcc520bccc7e19",
"version": "1.8.9"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)