File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
except ImportError :
35
35
pass
36
36
37
- __version__ = "0.0.0- auto.0"
37
+ __version__ = "0.0.0+ auto.0"
38
38
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
39
39
40
40
Original file line number Diff line number Diff line change 38
38
except ImportError :
39
39
pass
40
40
41
- __version__ = "0.0.0- auto.0"
41
+ __version__ = "0.0.0+ auto.0"
42
42
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
43
43
44
44
_CAP1188_DEFAULT_ADDRESS = const (0x29 )
Original file line number Diff line number Diff line change 32
32
from micropython import const
33
33
from adafruit_cap1188 .cap1188 import CAP1188
34
34
35
- __version__ = "0.0.0- auto.0"
35
+ __version__ = "0.0.0+ auto.0"
36
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
37
37
38
38
_CAP1188_SPI_SET_ADDR = const (0x7D )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-cap1188"
14
14
description = " CircuitPython driver for the CAP1188 8-Key Capacitive Touch Sensor Breakout."
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