]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update all version-like locations
authorAlec Delaney <89490472+tekktrik@users.noreply.github.com>
Sat, 17 Sep 2022 03:06:08 +0000 (23:06 -0400)
committerAlec Delaney <89490472+tekktrik@users.noreply.github.com>
Sat, 17 Sep 2022 03:06:08 +0000 (23:06 -0400)
src/__version__.py
src/board.py

index 49f0aeba884e00757f5ee549762dc4e4518e09ac..bdc3a6d80a2277dfe7d65be2ab38c5126f642e7d 100644 (file)
@@ -2,6 +2,5 @@
 #
 # SPDX-License-Identifier: MIT
 """Return the current version"""
-VERSION = (1, 0, 0)
 
-__version__ = ".".join(map(str, VERSION))
+__version__ = VERSION = "0.0.0+auto.0"
index f50fe03d80b67c5bdc32601b3abbe9e8111248bc..36aca248265cad1693107906df20f6a3759af9d0 100644 (file)
@@ -11,7 +11,7 @@ See `CircuitPython:board` in CircuitPython for more details.
 """
 
 
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
 __repo__ = "https://github.com/adafruit/Adafruit_Blinka.git"
 __blinka__ = True