Skip to content

Commit

Permalink
Bump version: 0.2.1.dev0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Nov 19, 2019
1 parent 5aae469 commit ec6cb32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/extractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from extractor.formats.ttx import isTTX, extractFontFromTTX
from extractor.formats.vfb import isVFB, extractFontFromVFB, haveVfb2ufo

__version__ = "0.2.1.dev0"
__version__ = "0.3.0"

_extractFunctions = dict(
OTF=extractFontFromOpenType,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1.dev0
current_version = 0.3.0
commit = True
tag = False
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="ufo_extractor",
version="0.2.1.dev0",
version="0.3.0",
description="Tools for extracting data from font binaries into UFO objects.",
long_description=long_description,
author="Tal Leming",
Expand Down

0 comments on commit ec6cb32

Please sign in to comment.