This release changes what was previously `client._user_data` to be `client.user_data` with no leading underscore, to denote that it is part of the intended public API for code outside of this class to access as needed. Thank you vladak
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-minimqtt`.
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-minimqtt/en/latest/) for info on how to use it.