* Adds `MANIFEST.in` and `py.typed` * Refactors stubs * Fixes import-related typing issues in client projects
0.1.1
* Fixes missing `functoolz` and underlying packages in `ftoolz` distribution
0.1.0
* Removes test requirements from installation * Moves `twine` and `bumpversion` to `setup.py` as extra dev requirements
0.0.2
* Sets up Travis CI PyPI deployment on master branch tag (release) * Adds `bumpversion` and installs it with `twine` in `make setup-dev` * Adds README badges for project status and Python versions * Fixes PyPI description
0.0.1
Initial release of `ftoolz`
* Project renamed from `pytoolz` to `ftoolz` * Adds package `functoolz` and module `dictoolz` * Adds Travis release check and build and coverage badges