From 9f8e87164dfd160bd1a2f908fe94652b3eed9cd0 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 5 Jun 2018 18:35:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1.dev0=20=E2=86=92=202.0.?= =?UTF-8?q?0.dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/ufo2ft/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",