Skip to content

Commit a4ac3ff

Browse files
authored
Merge pull request #15 from jposada202020/adding_version_metadata
adding version metadata to display the correct version when built
2 parents 4624958 + 6755ebd commit a4ac3ff

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-
# imports__version__ = "0.0.0+auto.0"
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)