Skip to content

Commit 01e85c2

Browse files
author
Cosimo Lupo
committed
Release 0.2.0
1 parent 9c1d2aa commit 01e85c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/extractor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from extractor.formats.ttx import isTTX, extractFontFromTTX
66

77

8-
__version__ = "0.2.0.dev0"
8+
__version__ = "0.2.0"
99

1010
_extractFunctions = dict(
1111
OTF=extractFontFromOpenType,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0.dev0
2+
current_version = 0.2.0
33
commit = True
44
tag = False
55
tag_name = v{new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="ufo_extractor",
17-
version="0.2.0.dev0",
17+
version="0.2.0",
1818
description="Tools for extracting data from font binaries into UFO objects.",
1919
long_description=long_description,
2020
author="Tal Leming",

0 commit comments

Comments
 (0)