Skip to content

Commit fbaab9d

Browse files
author
Alec Delaney
committed
Update version string
1 parent 7be0b40 commit fbaab9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_cap1188/cap1188.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
pass
3636

37-
__version__ = "0.0.0-auto.0"
37+
__version__ = "0.0.0+auto.0"
3838
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
3939

4040

adafruit_cap1188/i2c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
except ImportError:
3939
pass
4040

41-
__version__ = "0.0.0-auto.0"
41+
__version__ = "0.0.0+auto.0"
4242
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
4343

4444
_CAP1188_DEFAULT_ADDRESS = const(0x29)

adafruit_cap1188/spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from micropython import const
3333
from adafruit_cap1188.cap1188 import CAP1188
3434

35-
__version__ = "0.0.0-auto.0"
35+
__version__ = "0.0.0+auto.0"
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CAP1188.git"
3737

3838
_CAP1188_SPI_SET_ADDR = const(0x7D)

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-cap1188"
1414
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"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)