Skip to content

Commit 4c191cc

Browse files
author
Alec Delaney
committed
Update version string
1 parent 17288ec commit 4c191cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_fancyled/adafruit_fancyled.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# imports
1818

19-
__version__ = "0.0.0-auto.0"
19+
__version__ = "0.0.0+auto.0"
2020
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_FancyLED.git"
2121

2222
from math import floor

adafruit_fancyled/fastled_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# imports
1717

18-
__version__ = "0.0.0-auto.0"
18+
__version__ = "0.0.0+auto.0"
1919
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_FancyLED.git"
2020

2121
from math import floor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-fancyled"
1414
description = "CircuitPython FancyLED helper library for LED animations."
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)