Skip to content

Commit 9e09805

Browse files
author
Alec Delaney
committed
Update version string
1 parent 0d87df0 commit 9e09805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_ltr390.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from adafruit_register.i2c_bits import RWBits
3737
from adafruit_register.i2c_bit import RWBit, ROBit
3838

39-
__version__ = "0.0.0-auto.0"
39+
__version__ = "0.0.0+auto.0"
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LTR390.git"
4141

4242
_DEFAULT_I2C_ADDR = const(0x53)

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-ltr390"
1414
description = "Adafruit CircuitPython library for the LTR390"
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)