laywerrobot/lib/python3.6/site-packages/pandas/_version.py
2020-08-27 21:55:39 +02:00

23 lines
546 B
Python

# This file was generated by 'versioneer.py' (0.15) 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.
from warnings import catch_warnings
with catch_warnings(record=True):
import json
import sys
version_json = '''
{
"dirty": false,
"error": null,
"full-revisionid": "0409521665bd436a10aea7e06336066bf07ff057",
"version": "0.23.4"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)