diff --git a/CHANGELOG.md b/CHANGELOG.md index 17fad09..54af03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.1 +----- + +* Add spidev and numpy dependencies. + 1.0.0 ----- diff --git a/st7789/__init__.py b/st7789/__init__.py index eb90e31..17f8a53 100644 --- a/st7789/__init__.py +++ b/st7789/__init__.py @@ -27,7 +27,7 @@ import spidev from gpiod.line import Direction, Value -__version__ = "1.0.0" +__version__ = "1.0.1" OUTL = gpiod.LineSettings(direction=Direction.OUTPUT, output_value=Value.INACTIVE)