File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
adafruit_display_notification Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import terminalio
18
18
19
- __version__ = "0.0.0- auto.0"
19
+ __version__ = "0.0.0+ auto.0"
20
20
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git"
21
21
22
22
TEXT_FONT = terminalio .FONT
Original file line number Diff line number Diff line change 13
13
14
14
from . import PlainNotification
15
15
16
- __version__ = "0.0.0- auto.0"
16
+ __version__ = "0.0.0+ auto.0"
17
17
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Notification.git"
18
18
19
19
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-display-notification"
14
14
description = " Displayio Widgets for displaying notifications"
15
- version = " 0.0.0- auto.0"
15
+ version = " 0.0.0+ auto.0"
16
16
readme = " README.rst"
17
17
authors = [
18
18
{
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments