microproduct/atmosphericDelay/ISCEApp/site-packages/numpy/_version.py

22 lines
498 B
Python

# 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-11-04T15:06:03-0600",
"dirty": false,
"error": null,
"full-revisionid": "c0b003e9c787ccab27f6fe57c154d7b881da5795",
"version": "1.21.4"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)