From 6f60b3e51703d6327a79e85c739a8f07de30684f Mon Sep 17 00:00:00 2001 From: Alec Delaney <89490472+tekktrik@users.noreply.github.com> Date: Fri, 16 Sep 2022 23:06:08 -0400 Subject: [PATCH] Update all version-like locations --- src/__version__.py | 3 +-- src/board.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/__version__.py b/src/__version__.py index 49f0aeb..bdc3a6d 100644 --- a/src/__version__.py +++ b/src/__version__.py @@ -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" diff --git a/src/board.py b/src/board.py index f50fe03..36aca24 100644 --- a/src/board.py +++ b/src/board.py @@ -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 -- 2.49.0