Skip to content

Commit 6a71ae1

Browse files
Update adafruit_vl53l1x.py
1 parent 2c9e1e1 commit 6a71ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
__version__ = "1.1.14"
34+
__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)

0 commit comments

Comments
 (0)