v1.0.1
Fixes websocket error 'ClientConnection' object has no attribute 'open'
, caused by accidental upgrade of websockets to 14.0.
This version (v1.0.1) now fixes all dependencies to avoid mismatching between local environment (built using pipenv) and environment generated when packaging the library. Also added test routine to test the generated dist before pushing it to pypi.
Full Changelog: v1.0.0...v1.0.1