Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:13 -04:00
parent 55cfe590a1
commit 779ccfae91
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ try:
except ImportError:
pass
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741.git"
_IS3741_ADDR_DEFAULT = 0x30

View file

@ -26,7 +26,7 @@ except ImportError:
pass
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
# __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_IS31FL3741.git"

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-is31fl3741"
description = "CircuitPython library for IS31FL3741 RGB LED matrices."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}