We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704cac4 commit 4b9bf91Copy full SHA for 4b9bf91
adafruit_ticks.py
@@ -24,7 +24,7 @@
24
# imports
25
from micropython import const
26
27
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
28
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ticks.git"
29
30
_TICKS_PERIOD = const(1 << 29)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ticks"
14
description = "Work with intervals and deadlines in milliseconds"
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