This release corrects a bug resulted in the X position shift that is read from font files not being properly applied. Because of this correction, the X position of Labels may change slightly in existing projects if/when the library is updated.
For monospace fonts, this fix allows multiple labels placed at the same X position to line up properly in cases where the first character is different.
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-display-text`.
Read the [docs](http://circuitpython.readthedocs.io/projects/display-text/en/latest/) for info on how to use it.