File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.0.2
2+ -----
3+
4+ * Pass brightness values through plasma Matrix to underlying LED drivers
5+
162.0.1
27-----
38
Original file line number Diff line number Diff line change @@ -87,6 +87,11 @@ sudo python3 setup.py install
8787
8888## Changelog
8989
90+ 2.0.2
91+ -----
92+
93+ * Pass brightness values through plasma Matrix to underlying LED drivers
94+
90952.0.1
9196-----
9297
Original file line number Diff line number Diff line change 22import sys
33import pathlib
44
5- __version__ = '2.0.1 '
5+ __version__ = '2.0.2 '
66
77
88def auto (default = None , descriptor = None ):
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
33name = plasmalights
4- version = 2.0.1
4+ version = 2.0.2
55author = Philip Howard
6677description = Python library for driving Pimoroni Plasma and other LED devices
You can’t perform that action at this time.
0 commit comments