Skip to content

Commit 17d7e3c

Browse files
committed
Prep for 3.0.5 with DMA channel fix
1 parent f53ab7a commit 17d7e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/rpi_ws281x/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# New canonical package, to support `import rpi_ws281x`
22
from .rpi_ws281x import PixelStrip, Adafruit_NeoPixel, Color
33

4-
__version__ = '3.0.4'
4+
__version__ = '3.0.5'

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.0.4',
20+
version = '3.0.5',
2121
author = 'Jeremy Garff <[email protected]>, Phil Howard <[email protected]>',
2222
author_email = '[email protected]',
2323
description = 'Userspace Raspberry Pi PWM/PCM/SPI library for SK6812 and WS281X LEDs.',

0 commit comments

Comments
 (0)