We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1b1d8 commit 1ebb4b3Copy full SHA for 1ebb4b3
adafruit_htu31d.py
@@ -35,7 +35,7 @@
35
from adafruit_bus_device import i2c_device
36
from micropython import const
37
38
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
39
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_HTU31D.git"
40
41
_HTU31D_DEFAULT_ADDR = const(0x40) # HTU31D default I2C Address
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-htu31d"
14
description = "Python library for TE HTU31D temperature and humidity sensors"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments