From 47c8384e0f8cab06abec7d992ba6da57d187fe1a Mon Sep 17 00:00:00 2001 From: Koji Ishii Date: Wed, 5 Jan 2022 07:16:25 +0900 Subject: [PATCH] v1.4.0 * Support narrow/halfwidth forms as the context glyphs. * Update dependencies. * Update README. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc15a95..ada59a6 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.3.8-alpha.0" +version = "1.4.0" description = "East Asian Contextual Spacing Build Tools" authors = ["Koji Ishii "] readme = "README.md"