We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aae469 commit ec6cb32Copy full SHA for ec6cb32
Lib/extractor/__init__.py
@@ -5,7 +5,7 @@
5
from extractor.formats.ttx import isTTX, extractFontFromTTX
6
from extractor.formats.vfb import isVFB, extractFontFromVFB, haveVfb2ufo
7
8
-__version__ = "0.2.1.dev0"
+__version__ = "0.3.0"
9
10
_extractFunctions = dict(
11
OTF=extractFontFromOpenType,
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.1.dev0
+current_version = 0.3.0
3
commit = True
4
tag = False
tag_name = v{new_version}
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="ufo_extractor",
17
- version="0.2.1.dev0",
+ version="0.3.0",
18
description="Tools for extracting data from font binaries into UFO objects.",
19
long_description=long_description,
20
author="Tal Leming",
0 commit comments