Update version string
This commit is contained in:
parent
55cfe590a1
commit
779ccfae91
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue