Closed paxtonfitzpatrick closed 4 years ago
$ pip show hypertools Name: hypertools Version: 0.6.2 Summary: A python package for visualizing and manipulating high-dimensional data Home-page: https://github.com/ContextLab/hypertools Author: Contextual Dynamics Lab Author-email: contextualdynamics@gmail.com License: MIT Location: /opt/conda/lib/python3.6/site-packages Requires: matplotlib, scipy, requests, future, numpy, scikit-learn, seaborn, PPCA, six, pandas, deepdish Required-by:
but
$ python -c "import hypertools as hyp; print(hyp.__version__)" 0.5.0
My mistake here 🙁 I forgot to bump the version number in hypertools/config.py to match the new release tag.
hypertools/config.py
but
My mistake here 🙁 I forgot to bump the version number in
hypertools/config.py
to match the new release tag.