Skip to content

Commit 194ebf5

Browse files
committed
Prep for v1.0.0.
1 parent 277fdf2 commit 194ebf5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.0
2+
-----
3+
4+
* Repackage to hatch/pyproject.toml
5+
* Port to gpiod/gpiodevice
6+
17
0.0.4
28
-----
39

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__ = "0.0.4"
30+
__version__ = "1.0.0"
3131

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

0 commit comments

Comments
 (0)