From ad25a43a04d4e9004f3d47d0658c1733c1487af9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 16:07:37 +0000 Subject: [PATCH] Update pyproject.toml version for 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c556058..4f58634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tja2fumen" -version = "0.0.dev0" +version = "0.5.2" description = "Convert TJA chart files into fumen (.bin) chart files" readme = "README.md" requires-python = ">=3.8"