Skip to content

Commit

Permalink
Prep for v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 29, 2018
1 parent 60b0348 commit d0eba4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.0.0
-----

* Warning: Removed "neopixel" module from this library, use "rpi_ws281x" instead, see #8

3.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run(self):
build_py.run(self)

setup(name = 'rpi_ws281x',
version = '3.1.0',
version = '4.0.0',
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
author_email = '[email protected], [email protected]',
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',
Expand Down

0 comments on commit d0eba4b

Please sign in to comment.