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 29
29
from adafruit_register .i2c_bit import RWBit , ROBit
30
30
import adafruit_bus_device .i2c_device as i2cdevice
31
31
32
- __version__ = "0.0.0- auto.0"
32
+ __version__ = "0.0.0+ auto.0"
33
33
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TC74.git"
34
34
# pylint: disable=too-few-public-methods
35
35
TC74_DEFAULT_ADDRESS = 0x48
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-tc74"
14
14
description = " CircuitPython library for the Microchip TC74 Digital 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