- FEATURE: Remote-Procedure-Call (RPC) speedup due to removal of extra pickling step.
- FIX: Added workaround for [CPython issue 24960](https://bugs.python.org/issue24960) (embedded zip file extracted into library folder) - was triggered by latest version of `pluggy` (dependency of `pytest`).
- FIX: Preexisting installation of `wine-python` is now always being removed completely when required due to update or new installation.
- DEV: Moved definition of development dependencies into `setup.py`.