From c62487aa024801a3a19f22990d6f16648704e276 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 5 Dec 2017 16:13:43 +0000 Subject: [PATCH] Release 1.0.0 --- 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 8aa40811c..b23ffdb39 100644 --- a/Lib/ufo2ft/__init__.py +++ b/Lib/ufo2ft/__init__.py @@ -9,7 +9,7 @@ from ufo2ft.postProcessor import PostProcessor -__version__ = "1.0.0.dev0" +__version__ = "1.0.0" def compileOTF(ufo, preProcessorClass=OTFPreProcessor, diff --git a/setup.cfg b/setup.cfg index 753e244e7..4e9656b04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0.dev0 +current_version = 1.0.0 commit = True tag = False tag_name = v{new_version} diff --git a/setup.py b/setup.py index 2dcf5bea1..b32008f73 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def run(self): setup( name="ufo2ft", - version="1.0.0.dev0", + version="1.0.0", author="Tal Leming, James Godfrey-Kittle", author_email="tal@typesupply.com", maintainer="James Godfrey-Kittle",