File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
from adafruit_bus_device .i2c_device import I2CDevice
42
42
from micropython import const
43
43
44
- __version__ : str = "0.0.0- auto.0"
44
+ __version__ : str = "0.0.0+ auto.0"
45
45
__repo__ : str = "https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git"
46
46
47
47
AHTX0_I2CADDR_DEFAULT : int = const (0x38 ) # Default I2C address
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-ahtx0"
14
14
description = " CircuitPython driver for the Adafruit AHT10 Humidity and Temperature Sensor"
15
- version = " 0.0.0- auto.0"
15
+ version = " 0.0.0+ auto.0"
16
16
readme = " README.rst"
17
17
authors = [
18
18
{
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments