diff --git a/Lib/ufo2ft/__init__.py b/Lib/ufo2ft/__init__.py index 51dfbf0d0..900c8e43c 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -19,7 +19,7 @@ import logging -__version__ = "2.2.1.dev0" +__version__ = "2.2.1" logger = logging.getLogger(__name__) diff --git a/setup.cfg b/setup.cfg index 302e05be0..a5f7542b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1.dev0 +current_version = 2.2.1 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 02121df1c..14ee94d7b 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def run(self): setup( name="ufo2ft", - version="2.2.1.dev0", + version="2.2.1", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",