We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1d2aa commit 01e85c2Copy full SHA for 01e85c2
Lib/extractor/__init__.py
@@ -5,7 +5,7 @@
5
from extractor.formats.ttx import isTTX, extractFontFromTTX
6
7
8
-__version__ = "0.2.0.dev0"
+__version__ = "0.2.0"
9
10
_extractFunctions = dict(
11
OTF=extractFontFromOpenType,
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0.dev0
+current_version = 0.2.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.0.dev0",
+ version="0.2.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