Skip to content

Commit 1ebb4b3

Browse files
author
Alec Delaney
committed
Update version string
1 parent df1b1d8 commit 1ebb4b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_htu31d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from adafruit_bus_device import i2c_device
3636
from micropython import const
3737

38-
__version__ = "0.0.0-auto.0"
38+
__version__ = "0.0.0+auto.0"
3939
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HTU31D.git"
4040

4141
_HTU31D_DEFAULT_ADDR = const(0x40) # HTU31D default I2C Address

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-htu31d"
1414
description = "Python library for TE HTU31D temperature and humidity sensors"
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)