diff --git a/Lib/ufo2ft/__init__.py b/Lib/ufo2ft/__init__.py index 9dfbab54e..f53cb92e4 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -18,7 +18,7 @@ from ufo2ft.postProcessor import PostProcessor -__version__ = "1.1.1.dev0" +__version__ = "2.0.0.dev0" def compileOTF( diff --git a/setup.cfg b/setup.cfg index 9fda56c16..0cac07405 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1.dev0 +current_version = 2.0.0.dev0 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 57a79e27f..7cd3d4f2b 100644 --- a/setup.py +++ b/setup.py @@ -149,7 +149,7 @@ def run(self): setup( name="ufo2ft", - version="1.1.1.dev0", + version="2.0.0.dev0", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",