Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed May 29, 2020
1 parent 62e1d1e commit 1c7409e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/defcon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
of font development tools. This works on UFO files.
"""
from __future__ import absolute_import
version = __version__ = "0.7.1"
version = __version__ = "0.7.2"

from defcon.errors import DefconError

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.7.1
current_version = 0.7.2
commit = True
tag = False
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run(self):

setup_params = dict(
name="defcon",
version="0.7.1",
version="0.7.2",
description="A set of flexible objects for representing UFO data.",
long_description=long_description,
author="Tal Leming",
Expand Down

0 comments on commit 1c7409e

Please sign in to comment.