wg-backend-django/dell-env/lib/python3.11/site-packages/plotly/_version.py
2023-10-30 14:40:43 +07:00

22 lines
498 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": "2023-10-25T14:30:10-0400",
"dirty": false,
"error": null,
"full-revisionid": "4988b440c8600c4634f7363f0ca8748106bfa1bb",
"version": "5.18.0"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)