v0.22.2
PyPI package: https://pypi.org/project/python-redux/0.22.2
Changes:
- fix: add
__qualname__,__annotations__,__module__,__defaults__and__kwdefaults__toAutorunandWithStoreinstances so that they play nice when passed as a function to something assuming they are normal function having these properties.