Skip to content

Commit f7b386e

Browse files
committed
Prep for v1.0.1.
1 parent 0600b77 commit f7b386e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.1
2+
-----
3+
4+
* Add spidev and numpy dependencies.
5+
16
1.0.0
27
-----
38

st7789/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import spidev
2828
from gpiod.line import Direction, Value
2929

30-
__version__ = "1.0.0"
30+
__version__ = "1.0.1"
3131

3232
OUTL = gpiod.LineSettings(direction=Direction.OUTPUT, output_value=Value.INACTIVE)
3333

0 commit comments

Comments
 (0)