From 82b42bea8aec1ae5a24ea5400db4b09c19f7c793 Mon Sep 17 00:00:00 2001 From: ftCLI Date: Fri, 5 May 2023 08:20:27 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d89425b..3c268f7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="font-CLI", - version="0.9.10", + version="0.9.11", description="A set of command line tools to edit fonts with FontTools", long_description=long_description, long_description_content_type="text/markdown",