Update version string
This commit is contained in:
parent
1b39a6990c
commit
7799387f10
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.0.0-auto.0"
|
__version__ = "0.0.0+auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git"
|
||||||
|
|
||||||
START_HEADER_SIZE = 4
|
START_HEADER_SIZE = 4
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ requires = [
|
||||||
[project]
|
[project]
|
||||||
name = "adafruit-circuitpython-dotstar"
|
name = "adafruit-circuitpython-dotstar"
|
||||||
description = "CircuitPython library for DotStar LEDs."
|
description = "CircuitPython library for DotStar LEDs."
|
||||||
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