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