diff --git a/Lib/ufo2ft/__init__.py b/Lib/ufo2ft/__init__.py index 1d0ac41e4..005793863 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -11,7 +11,7 @@ from ufo2ft.postProcessor import PostProcessor -__version__ = "0.6.2.dev0" +__version__ = "0.6.2" log = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 58c7bc537..6793cc9e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2.dev0 +current_version = 0.6.2 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index bf2c8bcdd..328e34a8f 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def run(self): setup( name="ufo2ft", - version="0.6.2.dev0", + version="0.6.2", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",