Skip to content

Commit ec6cb32

Browse files
committed
Bump version: 0.2.1.dev0 → 0.3.0
1 parent 5aae469 commit ec6cb32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/extractor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from extractor.formats.ttx import isTTX, extractFontFromTTX
66
from 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,

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1.dev0
2+
current_version = 0.3.0
33
commit = True
44
tag = False
55
tag_name = v{new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
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",

0 commit comments

Comments
 (0)