We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3055d commit b61d82cCopy full SHA for b61d82c
adafruit_il0398.py
@@ -25,7 +25,7 @@
25
26
import displayio
27
28
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
29
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_IL0398.git"
30
31
# TODO: Try LUTs from:
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-il0398"
14
description = "CircuitPython displayio drivers for IL0398 driven e-paper displays"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments