Skip to content

Commit d02149c

Browse files
committed
Version 3.0.4 bump
1 parent a271054 commit d02149c

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.3'
4+
__version__ = '3.0.4'

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.3',
20+
version = '3.0.4',
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)