Python package updated to 0.3.0

Python Blinkstick package has been updated to 0.3.0.

https://pypi.python.org/pypi/BlinkStick/

This version has the following improvements:

Installation

sudo pip install blinkstick

Update

sudo pip install -U blinkstick

Command Line Examples

Set random color all BlinkSticks:

blinkstick --set-color random

Set blue color for the blinkstick with serial number BS000001-1.0:

blinkstick --serial BS000001-1.0 --set-color blue

Connect to blinkstick.com with access code:

blinkstick --connect 9ad4ca313f41330cad6c219d

Use BlinkStick to display CPU usage:

blinkstick --cpu-usage