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