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