Skip to content

Commit 0f68c6c

Browse files
author
Alec Delaney
committed
Update version string
1 parent c82b813 commit 0f68c6c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

adafruit_display_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
=======================
88
"""
99

10-
__version__ = "0.0.0-auto.0"
10+
__version__ = "0.0.0+auto.0"
1111
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
1212

1313
from displayio import Group, Palette

adafruit_display_text/bitmap_label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
"""
2525

26-
__version__ = "0.0.0-auto.0"
26+
__version__ = "0.0.0+auto.0"
2727
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
2828

2929
import displayio

adafruit_display_text/label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
2727

2828

adafruit_display_text/scrolling_label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
"""
2525

26-
__version__ = "0.0.0-auto.0"
26+
__version__ = "0.0.0+auto.0"
2727
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
2828

2929
import time

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-display-text"
1414
description = "Displays text using CircuitPython's displayio."
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)