Update board.py

makes suggested changes
This commit is contained in:
johnnohj 2024-08-08 13:19:28 -04:00 committed by GitHub
parent ea17275660
commit f478b64311
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ except ImportError:
from adafruit_platformdetect.constants import boards, chips
__version__ = "3.72.1"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PlatformDetect.git"