HW8 Complete
This commit is contained in:
21
matPlotLib/env/lib/python3.7/site-packages/matplotlib/_version.py
vendored
Normal file
21
matPlotLib/env/lib/python3.7/site-packages/matplotlib/_version.py
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
# 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.
|
||||
|
||||
import json
|
||||
import sys
|
||||
|
||||
version_json = '''
|
||||
{
|
||||
"dirty": false,
|
||||
"error": null,
|
||||
"full-revisionid": "4a3f033fdd9d55aeb712bc4254a8fcf5f759d66c",
|
||||
"version": "3.1.3"
|
||||
}
|
||||
''' # END VERSION_JSON
|
||||
|
||||
|
||||
def get_versions():
|
||||
return json.loads(version_json)
|
||||
Reference in New Issue
Block a user