Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jun 12, 2018
1 parent 885d7e5 commit b0bba85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging


__version__ = "2.0.0.dev0"
__version__ = "2.0.0"

logger = logging.getLogger(__name__)

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 = 2.0.0.dev0
current_version = 2.0.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 @@ -149,7 +149,7 @@ def run(self):

setup(
name="ufo2ft",
version="2.0.0.dev0",
version="2.0.0",
author="Tal Leming, James Godfrey-Kittle",
author_email="tal@typesupply.com",
maintainer="James Godfrey-Kittle",
Expand Down

0 comments on commit b0bba85

Please sign in to comment.