Skip to content

Commit 975db1b

Browse files
author
Alec Delaney
committed
Update version string
1 parent 048b83d commit 975db1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_vl53l1x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from adafruit_bus_device import i2c_device
3232
from micropython import const
3333

34-
# imports__version__ = "0.0.0-auto.0"
34+
# imports__version__ = "0.0.0+auto.0"
3535
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git"
3636

3737
_VL53L1X_I2C_SLAVE_DEVICE_ADDRESS = const(0x0001)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-vl53l1x"
1414
description = "CircuitPython module for interacting with the VL53L1X distance sensor."
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)