Skip to content

Commit 6639cc6

Browse files
committed
Update template version strings
1 parent 401a9c3 commit 6639cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from adafruit_platformdetect.constants import boards, chips
3232

3333

34-
__version__ = "0.0.0-auto.0"
34+
__version__ = "0.0.0+auto.0"
3535
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
3636

3737

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from adafruit_platformdetect.constants import chips
3232

3333

34-
__version__ = "0.0.0-auto.0"
34+
__version__ = "0.0.0+auto.0"
3535
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"
3636

3737

0 commit comments

Comments
 (0)