usse/scrape/venv/lib/python3.10/site-packages/pandas/_version.py
2023-12-22 15:26:01 +01:00

22 lines
497 B
Python

# This file was generated by 'versioneer.py' (0.28) 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-28T14:27:24-0700",
"dirty": false,
"error": null,
"full-revisionid": "0f437949513225922d851e9581723d82120684a6",
"version": "2.0.3"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)