ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.82k stars 160 forks source link

version info in config.py doesn't match real version #233

Closed paxtonfitzpatrick closed 4 years ago

paxtonfitzpatrick commented 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.