Skip to content

Commit 9746ada

Browse files
author
Alec Delaney
committed
Update version string
1 parent 19438c2 commit 9746ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_simple_text_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import terminalio
2929
from adafruit_display_text import bitmap_label as label
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git"
3333

3434

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-simple-text-display"
1414
description = "A helper library for displaying lines of text on a microcontroller with a built-in display, or externally connected display."
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 = "circuitpython@adafruit.com"}

0 commit comments

Comments
 (0)