Update version string
This commit is contained in:
parent
4fa15b9caa
commit
831f43b3d8
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ Implementation Notes
|
|||
|
||||
import displayio
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1681.git"
|
||||
|
||||
_START_SEQUENCE = (
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ requires = [
|
|||
[project]
|
||||
name = "adafruit-circuitpython-ssd1681"
|
||||
description = "CircuitPython `displayio` drivers for SSD1681-based ePaper displays"
|
||||
version = "0.0.0-auto.0"
|
||||
version = "0.0.0+auto.0"
|
||||
readme = "README.rst"
|
||||
authors = [
|
||||
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue