From c0b5d0f443f4e2f9bddc1e406490269c44f1c9a6 Mon Sep 17 00:00:00 2001 From: Koji Ishii Date: Sun, 5 Dec 2021 15:52:06 +0900 Subject: [PATCH] v1.3.5 * Python 3.10. * Add the `ttc` sub-command. * Update README. * Update dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dac1818..5f273c2 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.5-alpha.0" +version = "1.3.5" description = "East Asian Contextual Spacing Build Tools" authors = ["Koji Ishii "] readme = "README.md"