Skip to content

Commit

Permalink
Prep for v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 17, 2024
1 parent 0600b77 commit f7b386e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1
-----

* Add spidev and numpy dependencies.

1.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion st7789/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f7b386e

Please sign in to comment.