File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55from extractor .formats .ttx import isTTX , extractFontFromTTX
66from extractor .formats .vfb import isVFB , extractFontFromVFB , haveVfb2ufo
77
8- __version__ = "0.2.1.dev0 "
8+ __version__ = "0.3.0 "
99
1010_extractFunctions = dict (
1111 OTF = extractFontFromOpenType ,
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1.dev0
2+ current_version = 0.3.0
33commit = True
44tag = False
55tag_name = v{new_version}
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "ufo_extractor" ,
17- version = "0.2.1.dev0 " ,
17+ version = "0.3.0 " ,
1818 description = "Tools for extracting data from font binaries into UFO objects." ,
1919 long_description = long_description ,
2020 author = "Tal Leming" ,
You can’t perform that action at this time.
0 commit comments