Update version string
This commit is contained in:
parent
704cac4af3
commit
4b9bf918e1
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ Implementation Notes
|
||||||
# imports
|
# imports
|
||||||
from micropython import const
|
from micropython import const
|
||||||
|
|
||||||
__version__ = "0.0.0-auto.0"
|
__version__ = "0.0.0+auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ticks.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ticks.git"
|
||||||
|
|
||||||
_TICKS_PERIOD = const(1 << 29)
|
_TICKS_PERIOD = const(1 << 29)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ requires = [
|
||||||
[project]
|
[project]
|
||||||
name = "adafruit-circuitpython-ticks"
|
name = "adafruit-circuitpython-ticks"
|
||||||
description = "Work with intervals and deadlines in milliseconds"
|
description = "Work with intervals and deadlines in milliseconds"
|
||||||
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