From 6755ebd5511ed85d33169a6f3a6907173c45d245 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Mon, 20 Mar 2023 17:35:36 -0400 Subject: [PATCH] adding version metadata to display the correct version when built --- adafruit_vl53l1x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_vl53l1x.py b/adafruit_vl53l1x.py index 122a178..0faaba5 100644 --- a/adafruit_vl53l1x.py +++ b/adafruit_vl53l1x.py @@ -31,7 +31,7 @@ from adafruit_bus_device import i2c_device from micropython import const -# imports__version__ = "0.0.0+auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git" _VL53L1X_I2C_SLAVE_DEVICE_ADDRESS = const(0x0001)