From 1f5e8ba4788ac293e564a4fb0eb62bb6b179ef62 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 16 Aug 2022 18:09:14 -0400 Subject: [PATCH] Update version string --- adafruit_trellism4.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_trellism4.py b/adafruit_trellism4.py index cc76bbf..97f9148 100644 --- a/adafruit_trellism4.py +++ b/adafruit_trellism4.py @@ -30,7 +30,7 @@ import neopixel import adafruit_matrixkeypad -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TrellisM4.git" diff --git a/pyproject.toml b/pyproject.toml index 1f4fb78..6f96953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ [project] name = "adafruit-circuitpython-trellism4" description = "CircuitPython library Trellis M4 Express." -version = "0.0.0-auto.0" +version = "0.0.0+auto.0" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}