From 3b30126ac9ed9320f5055b3ad5ba969a85c39a55 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Thu, 19 Mar 2020 09:44:40 +0000 Subject: [PATCH] qa: Bump version number --- bin/gftools-qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gftools-qa.py b/bin/gftools-qa.py index 38510cc42..1f0a949dd 100755 --- a/bin/gftools-qa.py +++ b/bin/gftools-qa.py @@ -53,7 +53,7 @@ "dependencies. To install the dependencies, see the ReadMe, " "https://github.com/googlefonts/gftools#installation")) -__version__ = "2.0.3" +__version__ = "2.1.3" logger = logging.getLogger(__name__) logger.setLevel(logging.INFO)