Skip to content

Commit 2babd6f

Browse files
author
Alec Delaney
committed
Update version string
1 parent 8d76303 commit 2babd6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_vl53l4cd.py

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

33-
__version__ = "0.0.0-auto.0"
33+
__version__ = "0.0.0+auto.0"
3434
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD.git"
3535

3636
_VL53L4CD_SOFT_RESET = const(0x0000)

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-vl53l4cd"
1414
description = "CircuitPython helper library for the VL53L4CD time of flight 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)