8th day of python challenges 111-117
This commit is contained in:
12
venv/lib/python3.6/site-packages/numpy/version.py
Normal file
12
venv/lib/python3.6/site-packages/numpy/version.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# THIS FILE IS GENERATED FROM NUMPY SETUP.PY
|
||||
#
|
||||
# To compare versions robustly, use `numpy.lib.NumpyVersion`
|
||||
short_version = '1.17.0'
|
||||
version = '1.17.0'
|
||||
full_version = '1.17.0'
|
||||
git_revision = 'd9b1e32cb8ef90d6b4a47853241db2a28146a57d'
|
||||
release = True
|
||||
|
||||
if not release:
|
||||
version = full_version
|
Reference in New Issue
Block a user