Skip to content

Commit

Permalink
v2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adammhaile committed Jul 2, 2016
1 parent 100cf70 commit 914ce20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bibliopixel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . led import (LEDBase, LEDCircle, LEDMatrix, LEDPOV, LEDStrip,
MatrixRotation, MultiMapBuilder, mapGen)

from . import animation, colors, font, gamma, led, log, util

__version__ = VERSION = '2.0.10'
from . led import (LEDBase, LEDCircle, LEDMatrix, LEDPOV, LEDStrip,
MatrixRotation, MultiMapBuilder, mapGen)

from . import animation, colors, font, gamma, led, log, util

__version__ = VERSION = '2.0.11'

0 comments on commit 914ce20

Please sign in to comment.