fr/fr_env/lib/python3.8/site-packages/pandas/_version.py

22 lines
497 B
Python
Raw Permalink Normal View History

2021-03-02 18:34:59 +05:30
# This file was generated by 'versioneer.py' (0.19) 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": "2021-02-09T10:55:19+0000",
"dirty": false,
"error": null,
"full-revisionid": "7d32926db8f7541c356066dcadabf854487738de",
"version": "1.2.2"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)