PyPI package: https://pypi.org/project/python-redux/0.22.1
Changes:
- fix: add
__name__
toWithStore
instances so that they play nice when passed as a function to something assuming they are functions and have a__name__
attribute - test: add/modify tests to bring back coverage to 100%