Skip to content

Commit 367af1d

Browse files
committed
Add __version__ and __repo__
1 parent 2b24b3b commit 367af1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_display_text/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
=======================
88
"""
99

10+
__version__ = "0.0.0-auto.0"
11+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Text.git"
12+
1013
from displayio import Group, Palette
1114

1215
try:

0 commit comments

Comments
 (0)