Version 0.0.7
This version includes a fix for a slight variation of the APA102 pixel part used in Blinkt. This alternate part has a smaller, dark (almost black in appearance) die (the small chip in the center of every pixel).
The alternate part required a small tweak to the pixel output protocol in order to latch properly and display the output values. If you've been having a problem with your Blinkt and found, for example, that you needed to run show()
twice to get it to display something, this is the fix for you.
You can install this release from pip (https://pypi.python.org/pypi/blinkt), with:
sudo pip install blinkt --upgrade