* first Version uploaded to PyPI
* https://pypi.org/project/grscheller.datastructures/
* Install from PyPI
* $ pip install grscheller.datastructures==0.2.1.0
* $ pip install grscheller.datastructures for top level version
* Install from GitHub
* $ pip install git+https://github.com/grscheller/datastructuresv0.2.1.0
* pytest made a dependency
* useful & less confusing to developers and end users
* good for systems I have not tested on
* prevents another pytest from being picked up from shell $PATH
* using a different python version
* giving "package not found" errors
* for CI/CD pipelines requiring unit testing