We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9c473 commit b2de494Copy full SHA for b2de494
src/bdfparser/__init__.py
@@ -1,3 +1,9 @@
1
-__version__ = "2.0.0"
+'''
2
+BDF (Glyph Bitmap Distribution Format) Bitmap Font File Parser in Python
3
+Copyright (c) 2017-2021 Tom CHEN (tomchen.org), MIT License
4
+https://font.tomchen.org/bdfparser_py/
5
6
+
7
+__version__ = "2.1.0"
8
9
from .bdfparser import *
0 commit comments