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 048b83d commit 975db1bCopy full SHA for 975db1b
adafruit_vl53l1x.py
@@ -31,7 +31,7 @@
31
from adafruit_bus_device import i2c_device
32
from micropython import const
33
34
-# imports__version__ = "0.0.0-auto.0"
+# imports__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git"
36
37
_VL53L1X_I2C_SLAVE_DEVICE_ADDRESS = const(0x0001)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-vl53l1x"
14
description = "CircuitPython module for interacting with the VL53L1X 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