Skip to content

Commit ed5a3d6

Browse files
authored
Merge pull request #32 from jposada202020/adding_version
addding_version_metadata
2 parents e68ce57 + fb49995 commit ed5a3d6

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)