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 8d76303 commit 2babd6fCopy full SHA for 2babd6f
adafruit_vl53l4cd.py
@@ -30,7 +30,7 @@
30
from adafruit_bus_device import i2c_device
31
from micropython import const
32
33
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
34
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD.git"
35
36
_VL53L4CD_SOFT_RESET = const(0x0000)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-vl53l4cd"
14
description = "CircuitPython helper library for the VL53L4CD time of flight distance sensor."
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