Skip to content

Commit fb49995

Browse files
committed
addding_version_metadata
1 parent e68ce57 commit fb49995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

font_maker.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
a dictionary of bytes organised to create basic text, just the templates
1010
Author(s):Jonah Yolles-Murphy
1111
imspiration for base letter style from Ben Gelb"""
12-
__version__ = "1.0"
12+
13+
__version__ = "0.0.0+auto.0"
14+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_GFX.git"
1315

1416

1517
text_dict = {

0 commit comments

Comments
 (0)