From 7101e62863951cdebe21ec3dee406bc3f5158754 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 9 Oct 2018 18:33:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.0.dev0=20=E2=86=92=203.0.?= =?UTF-8?q?0.dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/ufoLib/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/ufoLib/__init__.py b/Lib/ufoLib/__init__.py index 77dafc0..f08eec2 100755 --- a/Lib/ufoLib/__init__.py +++ b/Lib/ufoLib/__init__.py @@ -66,7 +66,7 @@ "convertFontInfoValueForAttributeFromVersion2ToVersion1" ] -__version__ = "2.4.0.dev0" +__version__ = "3.0.0.dev0" # --------- diff --git a/setup.cfg b/setup.cfg index bbe0beb..8c6be1a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.0.dev0 +current_version = 3.0.0.dev0 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index a07888b..6db65e8 100755 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def run(self): setup_params = dict( name="ufoLib", - version="2.4.0.dev0", + version="3.0.0.dev0", description="A low-level UFO reader and writer.", author="Just van Rossum, Tal Leming, Erik van Blokland, others", author_email="info@robofab.com",