From dd10e6dffcc5cadab186be3c930c761fc0be78f2 Mon Sep 17 00:00:00 2001 From: Koji Ishii Date: Sun, 13 Nov 2022 02:04:22 +0900 Subject: [PATCH] v1.4.2 * Sort the `GPOS` feature table by the feature tag (#133.) * Update dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c0eb5a..8f7086d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "east_asian_spacing" -version = "1.4.2-alpha.0" +version = "1.4.2" description = "East Asian Contextual Spacing Build Tools" authors = ["Koji Ishii "] readme = "README.md"