Skip to content

Commit 863b765

Browse files
author
Alec Delaney
committed
Update version string
1 parent a73a226 commit 863b765

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_display_notification/__init__.py

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

1717
import terminalio
1818

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

2222
TEXT_FONT = terminalio.FONT

adafruit_display_notification/apple.py

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

1414
from . import PlainNotification
1515

16-
__version__ = "0.0.0-auto.0"
16+
__version__ = "0.0.0+auto.0"
1717
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git"
1818

1919

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-display-notification"
1414
description = "Displayio Widgets for displaying notifications"
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)