Skip to content

Commit

Permalink
v2.2.1 with rpi_ws281x >= 3.0.1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 30, 2017
1 parent 980d0c5 commit e6656b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/UnicornHat/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.1
-----

* Refactor: Switched to using rpi_ws218x 3.x.x

2.1.3
-----

Expand Down
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.0',
version = '2.2.1',
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 >= 2.0.5']
install_requires= ['rpi_ws281x >= 3.0.1']
)

0 comments on commit e6656b5

Please sign in to comment.