Skip to content

Commit d0eba4b

Browse files
committed
Prep for v4.0.0
1 parent 60b0348 commit d0eba4b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.0.0
2+
-----
3+
4+
* Warning: Removed "neopixel" module from this library, use "rpi_ws281x" instead, see #8
5+
16
3.1.0
27
-----
38

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run(self):
1717
build_py.run(self)
1818

1919
setup(name = 'rpi_ws281x',
20-
version = '3.1.0',
20+
version = '4.0.0',
2121
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
2222
2323
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',

0 commit comments

Comments
 (0)