Update version string
This commit is contained in:
parent
3597f0d95e
commit
f0df2865e8
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ except ImportError:
|
||||||
|
|
||||||
import displayio
|
import displayio
|
||||||
|
|
||||||
__version__ = "0.0.0-auto.0"
|
__version__ = "0.0.0+auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ILI9341.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ILI9341.git"
|
||||||
|
|
||||||
_INIT_SEQUENCE = (
|
_INIT_SEQUENCE = (
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ requires = [
|
||||||
[project]
|
[project]
|
||||||
name = "adafruit-circuitpython-ili9341"
|
name = "adafruit-circuitpython-ili9341"
|
||||||
description = "displayio driver for ILI9341 and ILI9340 TFT-LCD displays."
|
description = "displayio driver for ILI9341 and ILI9340 TFT-LCD displays."
|
||||||
version = "0.0.0-auto.0"
|
version = "0.0.0+auto.0"
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue