Skip to content

Commit

Permalink
Prep for 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 11, 2017
1 parent 5e22c2a commit a053613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/UnicornHat/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name = 'unicornhat',
version = '2.2.2',
version = '2.2.3',
author = 'Philip Howard',
author_email = '[email protected]',
description = """Python library for UnicornHAT/pHAT""",
Expand All @@ -46,5 +46,5 @@
url = 'http://shop.pimoroni.com',
classifiers = classifiers,
py_modules = [ 'unicornhat' ],
install_requires= ['rpi_ws281x >= 3.0.2']
install_requires= ['rpi_ws281x >= 3.0.3']
)
2 changes: 1 addition & 1 deletion library/UnicornHat/unicornhat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import colorsys
from rpi_ws281x import __version__ as __rpi_ws281x__, PixelStrip, Color

__version__ = '2.2.2'
__version__ = '2.2.3'

# LED strip configuration:
LED_COUNT = 64 # Number of LED pixels.
Expand Down

0 comments on commit a053613

Please sign in to comment.