From: Bernhard Bablok Date: Fri, 20 Jan 2023 07:25:02 +0000 (+0100) Subject: fixed version number X-Git-Tag: 8.13.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/2528bc1cd9034d4ced6df0c9b25b5117c4ca2b46 fixed version number --- diff --git a/src/board.py b/src/board.py index a77986b..68d30bb 100644 --- a/src/board.py +++ b/src/board.py @@ -11,7 +11,7 @@ See `CircuitPython:board` in CircuitPython for more details. """ -__version__ = "8.12.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" __blinka__ = True